[
http://jira.jboss.com/jira/browse/RF-1487?page=comments#action_12399827 ]
Florian Marwede commented on RF-1487:
-------------------------------------
Reproduced with latest snaphshot 20080219.
Maybe it helps: The Java getter method referenced in data attribute of jsFunction is
called in my latest example in "onclick" and "ondblclick", but not in
the two other cases.
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: Alexander Smirnov
Priority: Critical
Fix For: 3.2.0, 3.1.5
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