[jboss-user] [JBoss Seam] - Re: @In and @Out in CONVERSATION scope

braddm7 do-not-reply at jboss.com
Wed Dec 12 04:57:24 EST 2007


Sorry, I am lacking information on the backing bean.

@Stateful
@Name("someName")
@Scope(SESSION)
public class xxxAction implements xxxIntf {
  ...
@Out(scope=SESSION)
private String someOtherInSessionScope;
  ...
}

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

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



More information about the jboss-user mailing list