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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...