Hi,
I try to force my method to get parameter via link:

  | <s:link value="some text"                                                   
        action='#{rocketCenterAction.showDetailedUnit("26")}' />
  | 

and different combination

  | <s:link value="some text"                                                   
        action="#{rocketCenterAction.showDetailedUnit('26')}" />
  | 

but still i get EL parsing error problem.
I use Seam 1.2.0

btw how should I declare action for link in pages.xml?

  | <navigation from-action="#{rocketCenterAction.showDetailedUnit(idUnit)}">
  |             <redirect view-id="/pages/ShowDetailedUnit.xhtml"/>
  | </navigation>  
  | 
is well defined?

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

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

Reply via email to