[
https://issues.jboss.org/browse/RF-12610?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-12610:
-------------------------------
Description:
When Error was added to to the current FacesContext onerror event is never fired with
a4j:status
{code}
<a4j:status
onstart="#{rich:component('waiting')}.show()"
onstop="#{rich:component('waiting')}.hide()"
onerror="alert(event.type);alert(status);" />
{code}
was:
When Error was added to to the current FacesContext onerror event is never fired with
a4j:status
<a4j:status
onstart="#{rich:component('waiting')}.show()"
onstop="#{rich:component('waiting')}.hide()"
onerror="alert(event.type);alert(status);" />
a4j status never call onerror method
-------------------------------------
Key: RF-12610
URL:
https://issues.jboss.org/browse/RF-12610
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-a4j-core
Affects Versions: 4.2.3.Final
Reporter: Walid KRIFI
When Error was added to to the current FacesContext onerror event is never fired with
a4j:status
{code}
<a4j:status
onstart="#{rich:component('waiting')}.show()"
onstop="#{rich:component('waiting')}.hide()"
onerror="alert(event.type);alert(status);" />
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira