[richfaces-issues] [JBoss JIRA] Created: (RF-1487) Framework. Client events handler doesn't work properly.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Dec 3 15:00:51 EST 2007


Framework. Client events handler doesn't work properly.
-------------------------------------------------------

                 Key: RF-1487
                 URL: http://jira.jboss.com/jira/browse/RF-1487
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski
             Fix For: 3.2.0


            <h:form id="form">
            <h:inputText>
            	<a4j:support event="onkeyup" oncomplete="alert('support complete')" onsubmit="alert('support onsubmit')" onbeforedomupdate="alert('onbeforedomeupdate')"></a4j:support>
            </h:inputText>

            	<a4j:jsFunction name="callfunction" data="#{bean.property1}" oncomplete="alert('1');"></a4j:jsFunction>
            	<a4j:commandButton value="press" oncomplete="alert('1');"></a4j:commandButton>
            	<h:graphicImage value="/pages/alabama.gif" onclick="callfunction();">
            		
            	</h:graphicImage>
            	
            	<a4j:log popup="false"></a4j:log>
            </h:form>

NOTHING except onsubmit and onbeforedomeupdate handlers works on this snippet under 3.2.0 SNAPSHOT. JS fuinction, support and  a4j:button isn't calls its oncomplete, .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list