[jboss-user] [JBoss Seam] - Raising events from s:link

adamw do-not-reply at jboss.com
Wed Jan 23 13:04:43 EST 2008


Hello,

don't you think it would be useful to add a following tag s:raise-event:

  | <s:link value="Add new group" action="#{groupMod.add}">
  |    <s:raise-event type="org.jboss.seam.captureView" />
  | </s:link>
  | 
which would of course raise the given event when the link is clicked? Right now, I end up simulating a very similar functionality with by adding a "marker" action to my bean, and specifying the desired events behaviour in pages.xml.

-- 
Adam

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122751#4122751

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122751



More information about the jboss-user mailing list