[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2154) Ability to raise multiple events in pages.xml

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Thu Nov 6 01:02:20 EST 2008


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

Shane Bryzak closed JBSEAM-2154.
--------------------------------

    Resolution: Done
      Assignee: Shane Bryzak


Implemented in SVN, thanks for the patch!

> Ability to raise multiple events in pages.xml
> ---------------------------------------------
>
>                 Key: JBSEAM-2154
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-2154
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 2.0.0.CR2
>            Reporter: Adam Warski
>            Assignee: Shane Bryzak
>             Fix For: 2.1.1.CR1
>
>         Attachments: jbseam-2154_raise_multiple_events.patch
>
>
> <page ...>        
>         <navigation ...>
>             <rule ...>
>                <raise-event type="event1" />
>                <raise-event type="event2" />
>             </rule>
>         </navigation>
> </page>
> or even 
> <page ...>        
>             <raise-event type="event1" />
>             <raise-event type="event2" />
> </page>

-- 
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 seam-issues mailing list