I have understood the problem.

The persistence layer uses lazy-load approach, so when in jsp it tries to 
access to entities extracted from the database it throws exception because 
the persistence manager is just closed.
So, how to avoid this problem? I have to use DAO class or controller of them 
directly in jsp? Cannot i use in jsp the HttpSession to get the 
requested objects (putted in session by a servlet)?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to