try
| @In(create=true) @Out(scope=ScopeType.SESSION)
| private Reguser reguser;
|
the create=true will instantiate Reguser when seam trys to inject it
the @Out annotation will allow reguser to live across multiple requests
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961952#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...