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
://tapestry.apache.org/tapestry5.2-dev/guide/validation.html to use form.getHasErrors, form.recordError. My code is working in Tap 5.2 snapshot. Shing --- On Sun, 8/8/10, Shing Hing Man wrote: > From: Shing Hing Man > Subject: Embedded Form component becomes null in Tap 5.2.0-Snapsho

Embedded Form component becomes null in Tap 5.2.0-Snapshot

2010-08-07 Thread Shing Hing Man
Hi, I have an embedded form component that is null inside a onSubmit method. It was not the case in Tap 5.1. In .tml : In Java page @Component(id = "myForm") private Form form; @OnEvent(component = "myForm", value = "submit") public void submit() { // form is null below !