[richfaces-issues] [JBoss JIRA] Updated: (RF-4387) Event queues for groups of components

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Sep 5 07:57:38 EDT 2008


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

Nick Belaevski updated RF-4387:
-------------------------------

          Component/s: planning
        Fix Version/s: 3.3.0
    Affects Version/s: 3.2.2
             Assignee: Alexander Smirnov


> Event queues for groups of components
> -------------------------------------
>
>                 Key: RF-4387
>                 URL: https://jira.jboss.org/jira/browse/RF-4387
>             Project: RichFaces
>          Issue Type: Feature Request
>          Components: planning
>    Affects Versions: 3.2.2
>            Reporter: Pete Muir
>            Assignee: Alexander Smirnov
>            Priority: Critical
>             Fix For: 3.3.0
>
>
> the event queue is important for use with conversations (to which we serialize concurrent requests) as it stops the server being flooded. To make it easier to use, our suggestion is that we make it possible to define an event to be used by all nested components:
> <h:form>
>   <div id="bar1">
>      <h:inputText value="#{foo1.bar1}">
>         <a:support id="onblur" event="onblur" reRender="bar1" eventsQueue="foo1" />
>      </h:inputText>
>   </div>
>   <a:eventQueue name="foo2">
>      <div id="bar21">
>         <h:inputText value="#{foo2.bar1}">
>            <a:support id="onblur" event="onblur" reRender="bar21" eventsQueue="foo2"  />
>         </h:inputText>
>      </div>
>      <div id="bar22">
>         <h:inputText value="#{foo2.bar2}">
>            <a:support id="onblur" event="onblur" reRender="bar22" eventsQueue="foo2"  />
>         </h:inputText>
>      </div>
>   </a:eventQueue>
> </h:form>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list