Thread:
 A workaround... 
 David Benoff   25 Aug 2003, 22:55 

Comment
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
From: David Benoff (25 Aug 2003, 22:55) Replies: 0, Views: 41661
Subject: A workaround...
With JSP, one way around this is to disconnect from the session before 
placing it in the request, then use a scriptlet to reconnect to the 
session before rendering the view.  If for some reason you have a long 
delay between the controller returning a request and the view actually 
being rendered, this could help.  Its hard for me to imagine a web app 
where this would ever really occur, though.  And if you are building a 
genuinely enterprise-class app, you probably shouldn't be using this 
pattern, as it kind of breaks MVC anyway.
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
© Copyright 2006, Red Hat Middleware, LLC. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc. [Privacy Policy]