Thanks. Now I got the zone handling straight. That means at least I
see something in the response. However it is not rendered.
And despite mentioned in the response, the init method of the tapestry
script is never called (I set a firebug breakpoint there).
Is that a bug? See the response body below
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:
.
In you onValidateFromForm() method, you should ret
Hi all,
is the error handling for a form within a zone working?
I have a form configured in a zone like this:
.
On the server I have an onValidateForm method which adds a custom
error to the form and
returns false to prevent event bubbling.
Now I wo