>> >> >
>> >> > If you look at the Form documentation, you will see that the Submit
>> >> event
>> >> > fires at the end of the submission - after any values from form
>> fields
>> >> > have
>> >> &
fields
> >> > have
> >> > been put into your TestPojo's. Therefore, you are wiping out any
> >> changes
> >> > at
> >> > the end of your submit.
> >> >
> >> > You could set up the list in onPrepare(). Just
ur TestPojo's. Therefore, you are wiping out any
>> changes
>> > at
>> > the end of your submit.
>> >
>> > You could set up the list in onPrepare(). Just make sure not to
>> > re-initialized it unless that's what you really want
You could set up the list in onPrepare(). Just make sure not to
> > re-initialized it unless that's what you really want.
> >
> > Jonathan
> >
> >> -Original Message-
> >> From: wesley [mailto:[EMAIL PROTECTED]
> >> Sent: Thursd
submit.
>
> You could set up the list in onPrepare(). Just make sure not to
> re-initialized it unless that's what you really want.
>
> Jonathan
>
>> -Original Message-
>> From: wesley [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, September 25, 200
epare(). Just make sure not to
re-initialized it unless that's what you really want.
Jonathan
> -Original Message-
> From: wesley [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 25, 2008 13:02
> To: users@tapestry.apache.org
> Subject: Re: append checkbox to grid list
&
hi Marcelo,
1.below is my simple.tml page:
//simple.tml
---
Can you attach your source code?Just to be sure, check if you are binding it
to a valid boolean property and if this property is also marked with
@Persist - at least "flash".
On Thu, Sep 25, 2008 at 7:28 AM, wesley <[EMAIL PROTECTED]> wrote:
>
> hi all,
>
> i'm having a difficulties to append add