[jboss-user] [JBoss Seam] - Re: EL enhancement of parameters working?

norman.richards@jboss.com do-not-reply at jboss.com
Fri Dec 22 12:29:37 EST 2006


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



More information about the jboss-user mailing list