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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to