Re: T5: Looping list of objects

2007-10-12 Thread lasitha
ober 12, 2007 1:02 PM > > > To: Tapestry users > > > Subject: Re: T5: Looping list of objects > > > > > > I believe adding volatile="true" to your loop will cause the > > > loop to not serialize your object. > > > > > > http://tap

Re: T5: Looping list of objects

2007-10-12 Thread lasitha
gt; > On Behalf Of Josh Canfield > > Sent: Friday, October 12, 2007 1:02 PM > > To: Tapestry users > > Subject: Re: T5: Looping list of objects > > > > I believe adding volatile="true" to your loop will cause the > > loop to not serialize yo

RE: T5: Looping list of objects

2007-10-12 Thread Jean-Philippe Steinmetz
Thanks, that fixed it. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Josh Canfield > Sent: Friday, October 12, 2007 1:02 PM > To: Tapestry users > Subject: Re: T5: Looping list of objects > > I believe adding volatile=

Re: T5: Looping list of objects

2007-10-12 Thread Josh Canfield
I believe adding volatile="true" to your loop will cause the loop to not serialize your object. http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html#orgapachetapestrycorelibcomponentsloop Josh On 10/12/07, Jean-Philippe Steinmetz <[EMAIL PROTECTED]> wrote: > > Hi all, > >

T5: Looping list of objects

2007-10-12 Thread Jean-Philippe Steinmetz
Hi all, I have a page that has a loop to iterate over some objects in a list and display them as I need. I don't want to use a grid component because it doesn't match the needs I need. I am not creating a table, I am creating a selection box for a form. So my template looks like this: School: