[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

christian.bauer@jboss.com do-not-reply at jboss.com
Tue Mar 6 13:46:10 EST 2007


You need to understand the JSF request lifecycle. In the request in which your page is rendered, page.globalListingsId can be successfully resolved in some context. Apparently it can't be resolved in any context (session, conversation, event, etc.) when you do the next request and execute the action. The callThisAction(parameter) syntax in the EL is really just a shortcut for a lookup/injection of that "parameter" contextual variable that happens when the action is executed.


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

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



More information about the jboss-user mailing list