Re: Generate a dynamic checkbox

2006-03-09 Thread Nima Boustanian
Certainly... What I did to generate a dynamic checkbox Home.html Name ID

Re: Generate a dynamic checkbox

2006-03-09 Thread Wayland Chan
Nima, For the benefit of others who may search the list archives at some point, woud you please provide a short summary of what your fix was. Thanks. On 3/9/06, Nima Boustanian <[EMAIL PROTECTED]> wrote: > > Nevermind, solved it! Thanks Wayland! :) > >

Re: Generate a dynamic checkbox

2006-03-09 Thread Nima Boustanian
Nevermind, solved it! Thanks Wayland! :) Nima Boustanian wrote: I'm using Tapestry 4. What is weird is that I can output the data using a @contrib:Table element like this: element="tr"> .. Because then I get a "failed to lazily initialize a collection of role" error. Is there som

Re: Generate a dynamic checkbox

2006-03-09 Thread Nima Boustanian
I'm using Tapestry 4. What is weird is that I can output the data using a @contrib:Table element like this: element="tr"> .. Because then I get a "failed to lazily initialize a collection of role" error. Is there something I have forgotten to take into consideration maybe?? Waylan

Re: Generate a dynamic checkbox

2006-03-09 Thread Wayland Chan
What version of Tapestry are you using? Shouldn't that 'selected' attribute be given a boolean value? It looks like you're assigning a String to it. On 3/9/06, Nima Boustanian <[EMAIL PROTECTED]> wrote: > > Hey all > > I'm trying to generate a couple of checkboxes dynamically via the > pagebeg