"TrippCCN" wrote : 
  | Ok so I got it to work with @Factory, but I can only link back to the same 
page.  Is there a way to link to another JSP page and still access the 
outjected variable?

<s:link view-id="/nextPage.xhtml" 
  |            action="#{myAction.method}"
  |            value="Button Label"
  |            propagation="true"/>

Note that you have a choice:


  | [list=]specify view-id, and write a void action method
  | [list=]don't specify view-id and return an outcome from the action method
  | [list=]specify view-id, and return null from the action method if you want 
that view-id to be rendered, or some other outcome if you want a different 
view-id
  | 
  | 
  | Pretty flexible :-)

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to