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

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

Reply via email to