[richfaces-issues] [JBoss JIRA] Closed: (RF-9606) Form based a4j:queue doesn't work inside iteration components

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Tue Nov 2 05:37:01 EDT 2010


     [ https://jira.jboss.org/browse/RF-9606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Fryc closed RF-9606.
--------------------------

    Resolution: Duplicate Issue


> 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
>         Attachments: sampleQueue.xhtml
>
>
> 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

        


More information about the richfaces-issues mailing list