[jboss-user] [JBoss Seam] - Seam EL parsing problem

Stateless Bean do-not-reply at jboss.com
Sat Mar 31 13:19:58 EDT 2007


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



More information about the jboss-user mailing list