You can access request parameters using @RequestParameter.  

You can also access request parameters from the EL:
 

  | <s:link action="#{bean.action(param.myData)}" value="now">
  |      <f:param name="myData" value="#{item.someValue}" />
  | </s:link>        
  | 

However, you obviously can't pass whole objects this way - just simple values.  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995916
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to