[richfaces-issues] [JBoss JIRA] Created: (RF-5129) queue: exception isn't thrown during rendering if more than one default, global or named(with the same name) queue present.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Fri Nov 28 07:55:36 EST 2008


queue: exception isn't thrown during rendering if more than one default, global or named(with the same name) queue present.
---------------------------------------------------------------------------------------------------------------------------

                 Key: RF-5129
                 URL: https://jira.jboss.org/jira/browse/RF-5129
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: IE6,7, FF 3.0.3, Safari 3.1, Opera 9.62(3.3.0-BETA1)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


Step 1.
Case #1: Add two default queue in form/view: 
<h:form><a4j:queue/><a4j:queue/> .. </h:form>
Case #2. Add two global queue in f:view: 
<f:view><a4j:queue name="org.richfaces.global_queue" disabled="false"/><a4j:queue name="org.richfaces.global_queue" disabled="false"/>...</f:view>
Case #3. Add two named queue with the same name outside or inside form:
<h:form><a4j:queue name="theSame"/><a4j:queue name="theSame"/> .. </h:form>
Step 2. Navigate to page with component.

Expected behavior:
An exception will be thrown if more than one enabled queue is present during rendering.
Actual behavior:
Nothing happens.



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