[jboss-user] [JBoss Seam] - Re: When is @Out necessary?
quilleashm
do-not-reply at jboss.com
Mon Feb 19 05:34:58 EST 2007
Pretty much spot on, as you say, @Out is only required if the object reference may change and you want it updated in the relevant context after the action method has completed.
If you just mutate (e.g. use a setter) an injected component you don't need to outject it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018742#4018742
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018742
More information about the jboss-user
mailing list