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 returned by Hibernate, I wrote my own IBasicTableModel. It's quite easy to write except for the columns sorting where I had to use a few tricks to keep the code short. The nice side effect being that you don't load the whole content at once, but only one page at a time, so depending on how large is your data, that can be convenient. Jérôme. On 5/25/06, Shovon <[EMAIL PROTECTED]> wrote:
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#a4554283 Sent from the Tapestry - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Jérôme BERNARD, Kalixia, SARL. http://weblog.kalixia.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]