[
https://jira.jboss.org/browse/RF-9324?page=com.atlassian.jira.plugin.syst...
]
Lukas Fryc updated RF-9324:
---------------------------
Description:
I modified queue.html sample to look like this:
<a4j:queue requestDelay="500" oncomplete="alert('1')"
/>
<h:form>
<h:commandLink value="Common link">
<a4j:ajax />
</h:commandLink>
</h:form>
It seems queue is working, because it handles multiple events and triggers only one
request, but alert is not shown on completion.
The same for all other event handlers.
was:
I modified queue.html sample to look like this:
<a4j:queue requestDelay="500" oncomplete="alert('1')"
/>
<h:form>
<h:commandLink value="Common link">
<a4j:ajax />
</h:commandLink>
</h:form>
It seems queue is working, because it handlers multiple events and triggers only one
request, but alert is not shown on completion.
The same for other event handlers.
a4j:queue event handlers doesn't work at all
--------------------------------------------
Key: RF-9324
URL:
https://jira.jboss.org/browse/RF-9324
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone2
Environment: Java(TM) SE Runtime Environment 1.6.0_20-b02
Linux 2.6.31-22-generic
Mojarra 2.0.2-FCS
Firefox 3.6.3
Apache Tomcat 6.0.26
core-demo : M2
https://repository.jboss.org/nexus/content/groups/public/org/richfaces/ex...
http://localhost:8080/core-demo/queue.jsf
Reporter: Lukas Fryc
Assignee: Andrey Markhel
Fix For: 4.0.0.Milestone3
I modified queue.html sample to look like this:
<a4j:queue requestDelay="500" oncomplete="alert('1')"
/>
<h:form>
<h:commandLink value="Common link">
<a4j:ajax />
</h:commandLink>
</h:form>
It seems queue is working, because it handles multiple events and triggers only one
request, but alert is not shown on completion.
The same for all other event handlers.
--
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