[
https://issues.jboss.org/browse/RF-12182?page=com.atlassian.jira.plugin.s...
]
Thomas Jodes commented on RF-12182:
-----------------------------------
This issue is also valid for any javascript-events that consider the calendar's input
field (inputchange, inputblur, inputfocus, inputclick, ...).
Moreover, if the rich:calendar is used inside a composite component, any a4j:ajax or
f:ajax attached to the rich:calendar via
<composite:clientBehavior event="inputchange" name="valueChange"
targets="calendar" />
for example, will trigger an ajax roundtrip, but *not* invoke any listener - method
declared in <a4j:ajax listener="...">.
Tested sample war-project with is attached.
a4j:ajax listener does not work with rich:calendar (inputchange,
inputblur events)
----------------------------------------------------------------------------------
Key: RF-12182
URL:
https://issues.jboss.org/browse/RF-12182
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.2.1.Final
Environment: JSF Mojarra 2.1.7
Reporter: Nick Dev
Fix For: 4.3-Tracking
a4j:ajax listener does not work with rich:calendar (inputchange, inputblur events).
AJAX request is fired but listener is not called.
Works only for "change" event.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira