[jboss-user] [JBoss Seam] - Re: @End from

Bernix do-not-reply at jboss.com
Fri Dec 21 05:22:37 EST 2007


Hi Christian,from your information,I change the code and it works!

I add the propagation="none" to the <s:link>, and it show me a exception that beanB @In can not find the object @Out from beanA,I suppose that's because they are at different context,means a new conversation context is created for beanB.

Then I change the @In and @Out to
@Out(scope=ScopeType.SESSION) @In(required=false, scope=ScopeType.SESSION)
then everything works fine.

Thanks a lot,Christian.

Cheers!



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

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



More information about the jboss-user mailing list