[
https://issues.jboss.org/browse/RF-13353?page=com.atlassian.jira.plugin.s...
]
Brian Leathem resolved RF-13353.
--------------------------------
Resolution: Duplicate Issue
Javascript callbacks on global queue are not called
---------------------------------------------------
Key: RF-13353
URL:
https://issues.jboss.org/browse/RF-13353
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.3.4
Reporter: Immo Benjes
Labels: a:queue
Only two of the javascript callbacks on a:queue are actually functional:
{code}
<a:queue name="org.richfaces.queue.global" requestDelay="300"
ignoreDupResponce="true"
onrequestqueue="log('onrequestqueue')"
onsubmit="log('onsubmit')"
oncomplete="log('oncomplete')"
onrequestdequeue="log('onrequestdequeue')"
onbeforedomupdate="log('onbeforedom')"/>
{code}
When doing an ajax request only onrequestqueue and onrequestdequeue are called. onsubmit,
oncomplete and onbeforedomupdate are not called.
Please note: log('xx') is a wrapper around console.log()
--
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