[jboss-user] [JBoss Seam] - Re: problem with Starting conversations with GET requests

c_eric_ray do-not-reply at jboss.com
Mon Jul 31 13:27:32 EDT 2006


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#3961952

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



More information about the jboss-user mailing list