[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2154) Only one event fired, even if multiple are specified in pages.xml

Adam Warski (JIRA) jira-events at lists.jboss.org
Wed Oct 24 16:34:01 EDT 2007


Only one event fired, even if multiple are specified in pages.xml
-----------------------------------------------------------------

                 Key: JBSEAM-2154
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2154
             Project: JBoss Seam
          Issue Type: Bug
    Affects Versions: 2.0.0.CR2
            Reporter: Adam Warski


If I have:

<page ...>        
        <navigation ...>
            <raise-event type="event1" />
            <raise-event type="event2" />
        </navigation>
</page>

or even 

<page ...>        
            <raise-event type="event1" />
            <raise-event type="event2" />
</page>

Only the first even is fired (and handled). The second is ignored.

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

        



More information about the seam-issues mailing list