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

Jan-Henning Wegener (JIRA) jira-events at lists.jboss.org
Fri Jan 4 09:05:44 EST 2008


    [ http://jira.jboss.com/jira/browse/RF-1487?page=comments#action_12393852 ] 
            
Jan-Henning Wegener commented on RF-1487:
-----------------------------------------

Not able to use Richfaces 3.2.0 snapshot. It seems to be based on JSF 1.2 which need a tomcat version higher than 6.0. This version is still not used on our servers. Is there a posibility to fix this issue in a Richfaces 3.1.x version?

> 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: Viktor Volkov
>             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