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

2006-07-31 Thread c_eric_ray
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?modu

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

2006-07-31 Thread jason_rency
I think the problem is because the entity bean reguser is null when seam trying to invoke the method by rediring the page with a new browser. but I still need the @in @out annotation for user login... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961894#3961

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

2006-07-31 Thread jason_rency
sorry guys...there were some errors of the code in this page.. I'll post a new one, you can delete this one if you have the administrator previledge. sorry... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961825#3961825 Reply to the post : http://www.jbos