[JBoss JIRA] Created: (RF-9371) a4j:ajax: attribute onerror doesn't work
by Pavol Pitonak (JIRA)
a4j:ajax: attribute onerror doesn't work
----------------------------------------
Key: RF-9371
URL: https://jira.jboss.org/browse/RF-9371
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone2
Environment: RichFaces 4.0.0-SNAPSHOT r.19299
Metamer 4.0.0-SNAPSHOT r. 19319
Mojarra 2.0.2-FCS
Java(TM) SE Runtime Environment 1.6.0_21-b06 @ Linux
Chrome 7.0.531.0 @ Linux
Reporter: Pavol Pitonak
The following code shows an alert but the same code with a4j:ajax doesn't work.
<h:inputText>
<f:ajax event="keyup" onerror="alert(1)" listener="#{nonExistingBean.behaviorListener}"/>
</h:inputText>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month