Re: Embedded Form component becomes null in Tap 5.2.0-Snapshot

2010-08-08 Thread Shing Hing Man
Thanks for the correction. Shing --- On Mon, 9/8/10, adasal wrote: > From: adasal > Subject: Re: Embedded Form component becomes null in Tap 5.2.0-Snapshot > To: "Tapestry users" > Date: Monday, 9 August, 2010, 1:45 > > > > In Tap 5.2, Form.getDefaultTrac

Re: Embedded Form component becomes null in Tap 5.2.0-Snapshot

2010-08-08 Thread adasal
acker when there is a validation > error. > > Shing > > --- On Sun, 8/8/10, Shing Hing Man wrote: > > > From: Shing Hing Man > > Subject: Re: Embedded Form component becomes null in Tap 5.2.0-Snapshot > > To: "Tapestry users" > > Date: Sunday,

Re: Embedded Form component becomes null in Tap 5.2.0-Snapshot

2010-08-08 Thread Shing Hing Man
. Shing --- On Sun, 8/8/10, Shing Hing Man wrote: > From: Shing Hing Man > Subject: Re: Embedded Form component becomes null in Tap 5.2.0-Snapshot > To: "Tapestry users" > Date: Sunday, 8 August, 2010, 4:21 > Hi, >   In fact, in >     >   V

Re: Embedded Form component becomes null in Tap 5.2.0-Snapshot

2010-08-07 Thread Shing Hing Man
Hi, In fact, in ValidationTracker validationTracker = form.getDefaultTracker(); form is not null. It was form.getDefaultTracker() that is returning null (which is not expected). Instead of trying to check and record errors using ValidationTracker, I follow the advice in http://ta