[jboss-user] [JBoss Seam] - Re: When is outjection done?

hstang do-not-reply at jboss.com
Wed Jan 3 15:46:21 EST 2007


I only know three phases off the top of my head(updatemodel, invoke application, and render phase), but I would imagine that for all 6 phases in JSF, if a Seam component is accessed and requires an outjection, then the assertion (be it false or true) will be made.

action method (via h:commandButton) is part of the invoke application phase.
get and set property happens during render phase and update model phases.  So all those cases need to be taken to account

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

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



More information about the jboss-user mailing list