You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by 滕训华 <te...@magic-sw.com.cn> on 2008/08/29 04:00:23 UTC

How can i put the validate error message in the t:errors

I put the validator in my component as the follow:

 

<input type="text" t:type="TextField" t:id="field_startDate"
t:value="value_startDate"  t:validate="regexp" />

And I define the validate message in the app.properties

 

The validate work well,but the error message display around the
component,how can I display it within the t:errors of the t:form

 

Thanks