[jboss-user] [JBoss Seam] - Re: Losing web page state on validation error with Hibernate

jacob.orshalick do-not-reply at jboss.com
Fri Nov 9 18:21:27 EST 2007


"jcelano at netkey.com" wrote : 2) Not sure why i would need a long running conversation (unless i am completely missing something). The scope is relatively small...the page is displayed, the validation fails on the page. It seems to me that the validation failure should return the page as a managed page, but then again, i could be completely off base. 

If you want to maintain state between requests you will have to begin a long-running conversation.  A temporary conversation only lasts for the scope of a request.  In other words, all state is lost at the end of the request (when the response is rendered) unless you specify to promote the conversation to long-running.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103383#4103383

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



More information about the jboss-user mailing list