ajaxValidator: "ajaxListener" attribute doesn't work.
-----------------------------------------------------
Key: RF-3927
URL: https://jira.jboss.org/jira/browse/RF-3927
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: 3.2.2.BETA1
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
javax.faces.FacesException appears during using ajaxListener:
<rich:ajaxValidator ajaxListener="#{validator.processAjax}":
javax.faces.FacesException: Unable to compile class for JSP:
An error occurred at line: 65 in the jsp file: /Validator/Validator.jsp
$ cannot be resolved
62: <h:outputLabel for="mailValue" value="Mail validation:"
/>
63: <h:panelGroup>
64: <h:inputText value="#{validator.text}"
id="mailValue">
65: <rich:ajaxValidator
ajaxListener="#{validator.processAjax}" event="onchange"></rich:ajaxValidator>
66: </h:inputText>
67: <rich:message for="mailValue" showDetail="true"
showSummary="true" />
68: </h:panelGroup>
"validator" bean implements org.ajax4jsf.event.AjaxEvent.AjaxListener
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues