On Fri, Mar 27, 2015 at 11:50 AM, George Christman <gchrist...@cardaddy.com>
wrote:

> Hi guys, I'm trying to pass my object from one page to the next without
> actually saving it. I tried putting the object in a sessionstate, but I'm
> getting lazy loading exceptions on my second page, any idea how to do this?
>

It's generally not a good idea but it's possible. You need to watch for
memory consumption. Adding an already attached object to the session can
have adverse effects on memory consumption. Typically, you want to detach
the object from the first session and reattach the object to the second
session. I've written about the subject at
http://tynamo.org/tapestry-conversations+guide.

Kalle

Reply via email to