On Sat, 11 Dec 2010 05:50:28 -0200, Angelo C. <angelochen...@gmail.com> wrote:

Hi,

Hi!

I got a form like this, t:errors got displayed, but if I put a zone in the form, errors are not shown, why?

You're not updating the form. If you had a Zone surrounding the Form, the errors would be shown, because it would be updated.

    <t:form t:id="myform"  zone="myzone">
        <t:errors/>
    </t:form>
     <t:zone t:id="myzone" >
    </t:zone>



<t:block id="preview">
</t:block>



--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to