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 which adds a custom error to the form and returns false to prevent event bubbling. Now I would expect the form to be updated with the serverside error. However that is not the case. The server response is nearly empty: ({}); /* !eval(new String('(' + json + ');)) */ Anything I do wrong? Regards, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]