RE: [T5] Grid component failure with hibernate objects

2007-08-08 Thread Jonathan Barker
AIL PROTECTED] > Sent: Wednesday, August 08, 2007 11:56 AM > To: 'Tapestry users' > Subject: RE: [T5] Grid component failure with hibernate objects > > Howard: > > I'm currently using Tapestry 5.0.5, > > And as Jonathan suggests I tailored a specific b

RE: [T5] Grid component failure with hibernate objects

2007-08-08 Thread Andres Alvarez
riginal Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Martes, 07 de Agosto de 2007 11:34 a.m. To: Tapestry users Subject: Re: [T5] Grid component failure with hibernate objects There's an issue with Tapestry and Hibernate duking it out w.r.t. class loaders. There was a

Re: [T5] Grid component failure with hibernate objects

2007-08-07 Thread Howard Lewis Ship
There's an issue with Tapestry and Hibernate duking it out w.r.t. class loaders. There was a similar bug fixed in 5.0.5. Are you using 5.0.5? On 8/6/07, Andres Alvarez <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm trying to display an object retrieved from hibernate, it has just one > relation

RE: [T5] Grid component failure with hibernate objects

2007-08-07 Thread Jonathan Barker
I haven't had any problems navigating relationships in T5. But then again, I avoided the issue with the grid by collecting the properties I needed from the related objects and put them into one specifically tailored for the grid. If you don't need that relation, you could manually create the bean