[
https://jira.jboss.org/jira/browse/JBSEAM-2154?page=com.atlassian.jira.pl...
]
Chris Dempsey updated JBSEAM-2154:
----------------------------------
Attachment: jbseam-2154_raise_multiple_events.patch
Added a patch for the issue against trunk r9300.
I didn't clean up small issues like allowing "" (empty string) as an event
type in the XML. If someone would like me to just make a JIRA and assign it to me or let
me know its there and I'll patch it right up.
Pete: This is my first Seam patch so if there is anything I can do to improve it or make
your job easier just let me know. I mushed all of the changes into a single patch file
but if it needs to be broken out I'll be happy to do that too.
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
Fix For: The future
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