Re: t:errors in a zone

2008-08-21 Thread Markus Joschko
have a form configured in a zone like this: div id=formzone class=t-zone form t:id=registerForm zone=formzone t:errors banner=literal:/ . In you onValidateFromForm() method, you should return the zone when there are validation errors and the request

t:errors in a zone

2008-08-17 Thread Markus Joschko
Hi all, is the error handling for a form within a zone working? I have a form configured in a zone like this: div id=formzone class=t-zone form t:id=registerForm zone=formzone t:errors banner=literal:/ . On the server I have an onValidateForm method

Re: t:errors in a zone

2008-08-17 Thread Thiago H. de Paula Figueiredo
Em Sun, 17 Aug 2008 15:00:17 -0300, Markus Joschko [EMAIL PROTECTED] escreveu: Hi all, is the error handling for a form within a zone working? I have a form configured in a zone like this: div id=formzone class=t-zone form t:id=registerForm zone=formzone