Form based a4j:queue doesn't work inside iteration components
-------------------------------------------------------------

                 Key: RF-9606
                 URL: https://jira.jboss.org/browse/RF-9606
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0.0.Milestone3
         Environment: RichFaces 4.0.0-SNAPSHOT r.19810
Metamer 4.0.0-SNAPSHOT r.19827
Mojarra 2.0.2-FCS
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41 @ Linux x86_64
            Reporter: Lukas Fryc


We have configured a4j:queue influencing the setup of globalQueue, it sets 
requestDelay=10000ms.
But we have also form based a4j:queue with requestDelay=1500ms.

We have h:form with h:inputText + a4j:ajax in it.

When we use h:inputText, it triggers requests flowing through queue,
but there is the difference when having h:form alone and inside iteration 
components.

a) h:form alone
- requests from h:inputText spent ~1500ms in queue

b) h:form in "row" of iteration component (h:dataTable, rich:extendedDataTable, 
ui:repeat or a4j:repeat)
- requests from h:inputText spent ~10000 in queue

It seems when form based queue tied to form inside iteration component, it uses 
global queue instead of form based one.


Reproducible using Steps to reproduce or attached in minified sample (sample 
necessary to run in Metamer as there is some dependencies like metamer 
composite components and managed bean).

-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to