[
http://jira.jboss.com/jira/browse/RF-1487?page=all ]
Aleksej Yanul reassigned RF-1487:
---------------------------------
Assignee: Aleksej Yanul (was: Maksim Kaszynski)
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: Aleksej Yanul
Priority: Critical
Fix For: 3.2.0
Attachments: Sample1487.war
<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