Certainly...
What I did to generate a dynamic checkbox
Home.html
Name
ID
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! :)
>
>
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
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
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