Re: form validation for async submission

2011-05-16 Thread Paul Stanton
doh!. i am blind sometimes. thanks. On 17/05/2011 3:52 PM, Taha Hafeez wrote: Hi To display error messages put anywhere inside your form regards Taha On Tue, May 17, 2011 at 10:56 AM, Paul Stanton wrote: Hi List, In the following example, where does the recordError message go and how do

Re: form validation for async submission

2011-05-16 Thread Taha Hafeez
Hi To display error messages put anywhere inside your form regards Taha On Tue, May 17, 2011 at 10:56 AM, Paul Stanton wrote: > Hi List, > > In the following example, where does the recordError message go and how do > I get the partial render to display the validation messages/recorded errors

form validation for async submission

2011-05-16 Thread Paul Stanton
Hi List, In the following example, where does the recordError message go and how do I get the partial render to display the validation messages/recorded errors? tml excerpt: java excerpt: @InjectComponent private Zone myZone; @InjectComponent private Form myForm;