[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2535) s:raise-event tag

Adam Warski (JIRA) jira-events at lists.jboss.org
Fri Jan 25 03:29:21 EST 2008


s:raise-event tag
-----------------

                 Key: JBSEAM-2535
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2535
             Project: JBoss Seam
          Issue Type: Feature Request
    Affects Versions: 2.0.1.CR2, 2.0.1.CR1, 2.0.0.GA
            Reporter: Adam Warski


The s:raise-event tag would be used in conjunction with s:link, for example:
<s:link value="Add new group" action="#{groupMod.add}">
   <s:raise-event type="org.jboss.seam.captureView" />
</s:link>

Right now, to raise an event when a link is clicked, I have to create a marker action and add a rule in pages.xml, which raises the event, when the action is executed.

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