Re: append checkbox to grid list

2008-09-27 Thread wesley
>> >> > >> >> > 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 >> >> &

Re: append checkbox to grid list

2008-09-26 Thread Marcelo Lotif
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

Re: append checkbox to grid list

2008-09-26 Thread wesley
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

Re: append checkbox to grid list

2008-09-26 Thread Marcelo Lotif
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

RE: append checkbox to grid list

2008-09-25 Thread wesley
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

RE: append checkbox to grid list

2008-09-25 Thread Jonathan Barker
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 &

Re: append checkbox to grid list

2008-09-25 Thread wesley
hi Marcelo, 1.below is my simple.tml page: //simple.tml ---

Re: append checkbox to grid list

2008-09-25 Thread Marcelo Lotif
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