I'm start with Tacos today, it's awesome. But I have just one problem: the client side validation... It's to ugly:
The html "rendered" (something like this):
Add new professional
Name: Por favor, digite um valor para o campo "Nome"(required mensage in portuguese). | | **And the AjaxForm configuration is:
<component id="form" type="tacos:AjaxForm">
<binding name="success" value="listener:doSubmit" />
<binding name="clientValidationEnabled" value="false" />
</component>
I dont like this position: [LABEL] [ERROR MENSAGE] [INPUT] and i want to change that, to the defult of tapestry
[LABEL][INPUT]** (and the dialog) or some other thing's, like [LABEL][INPUT][ERROR MENSAGE], etc...
How do i change that???
OBS: Sorry if my english is bad!!!