Re: Lazy Exception in Contrib:Table

2006-05-25 Thread Shovon
We may have the same underlying issue. I think the component saves some object in the session, and tries to reuse it instead of reading it from the source each time. I will try your recommendations. Thank you. Shovon -- View this message in context: http://www.nabble.com/Lazy+Exception+in+Co

Re: Lazy Exception in Contrib:Table

2006-05-25 Thread Jérôme BERNARD
I'm not sure I'm talking about the same problem as you have, but I found a way to solve pagination problems with LazyExceptions (basically the first page was ok, but not the others -- don't know why). What I did was to use a different source for the table: instead of giving the whole list returne

Re: Lazy Exception in Contrib:Table

2006-05-24 Thread Shovon
Can anyone shed some light on my original problem? I am upgrading from Tapestry 3.x to 4.x. I would look at something like Tapernate once the upgrade is done. Thank you for your help. Shovon -- View this message in context: http://www.nabble.com/Lazy+Exception+in+Contrib%3ATable-t1673050.html

RE: Lazy Exception in Contrib:Table

2006-05-24 Thread James Carman
EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 2:19 AM To: users@tapestry.apache.org Subject: RE: Lazy Exception in Contrib:Table Can you please point me to any documentation? I am currenlty using Spring for hibernate with the OpenSessionInView filter. Will it be pretty easy to migrate? T

RE: Lazy Exception in Contrib:Table

2006-05-23 Thread Shovon
Can you please point me to any documentation? I am currenlty using Spring for hibernate with the OpenSessionInView filter. Will it be pretty easy to migrate? Thanks ... Shovon -- View this message in context: http://www.nabble.com/Lazy+Exception+in+Contrib%3ATable-t1673050.html#a4536130 Sent fr

RE: Lazy Exception in Contrib:Table

2006-05-23 Thread James Carman
Use tapernate! :-) -Original Message- From: Shovon [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 12:52 AM To: users@tapestry.apache.org Subject: Lazy Exception in Contrib:Table Hi, We have an application in Tapestry 3.x (based on Appfuse 1.8.1), and it works just fine. We st