Hi,
I use jboss-seam-1.2.1.GA and jboss-4.0.5.GA.
I need to perform a member registration for the web site I'm working on. The
registration perform some server side validation. I also have some ajax calls using
javascript and seam remoting.
At the moment, it works with a stateful session bean and the "conversation" or
"session" scope.
Because it's a one page process, I would say that the page scope more appropriate.
I have similar needs for other pages in the site. I use the session scope everywhere at
the moment.
I can't figure out how to use correctly a page or event scope.
Would you have any recommendations for migrating from a SESSION scope to PAGE or EVENT.
Thanks for your time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101063#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...