[jboss-user] [JBoss Seam] - Re: Entry Point

gavin.king@jboss.com do-not-reply at jboss.com
Fri Jun 22 19:37:21 EDT 2007


A page action is the right way to do it. If you don't want it to be reinvoked on subsequent partial submits, you have two options:

(1) map the page action to a "fake" view id - yes, a page action is allowed to perform navigation and result in a different view id, just like struts! Perhaps thats not clear in the docs.

(2) set a page scope variable in the action, and do 

I would say that (1) is most elegant.

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

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



More information about the jboss-user mailing list