[richfaces-issues] [JBoss JIRA] (RF-10866) Queue: RF queuing rules applied to any ajax including standard f: one

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Tue Oct 4 17:47:16 EDT 2011


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

Brian Leathem updated RF-10866:
-------------------------------

    Fix Version/s: 4.2.0.Tracking
                       (was: 4.1.0.Tracking)
      Description: 
{code}
	<a4j:queue requestDelay="1000"></a4j:queue>
	<h:form>
		<h:inputText value="#{userBean.name}">
			<f:ajax event="keyup" render="out" />
		</h:inputText>
		<h:outputText value="#{userBean.name}" id="out" />
	</h:form>
	<a4j:log/>
{code}

while typing you could see that delay applied and requests combined.


could influence standard/third-party components. So need to review and probably remove. (at least make switchable)

setting tran label just to review early and not for impl.

  was:
	<a4j:queue requestDelay="1000"></a4j:queue>
	<h:form>
		<h:inputText value="#{userBean.name}">
			<f:ajax event="keyup" render="out" />
		</h:inputText>
		<h:outputText value="#{userBean.name}" id="out" />
	</h:form>
	<a4j:log/>

while typing you could see that delay applied and requests combined.


could influence standard/third-party components. So need to review and probably remove. (at least make switchable)

setting tran label just to review early and not for impl.

         Priority: Major  (was: Critical)

    
> Queue: RF queuing rules applied to any ajax including standard f: one
> ---------------------------------------------------------------------
>
>                 Key: RF-10866
>                 URL: https://issues.jboss.org/browse/RF-10866
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: core
>    Affects Versions: 4.0.0.Final
>            Reporter: Ilya Shaikovsky
>             Fix For: 4.2.0.Tracking
>
>
> {code}
> 	<a4j:queue requestDelay="1000"></a4j:queue>
> 	<h:form>
> 		<h:inputText value="#{userBean.name}">
> 			<f:ajax event="keyup" render="out" />
> 		</h:inputText>
> 		<h:outputText value="#{userBean.name}" id="out" />
> 	</h:form>
> 	<a4j:log/>
> {code}
> while typing you could see that delay applied and requests combined.
> could influence standard/third-party components. So need to review and probably remove. (at least make switchable)
> setting tran label just to review early and not for impl.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list