If client side validation is not a requirement for you, you can turn off
client side validation by adding t:clientValidation="false" to your form
and add the <t:errors/> tag in the form.
Like:
<t:form t:clientValidation="false">
<t:errors/>
.... your form fields ...
</t:form>
I am not aware of any way to alter the client side validation like you
want out of the box though.
Cheers,
Joost
asianCoolz wrote:
currently if my page have 3 compulsory textinput and all 3 compulsory textinput
are not entered, a pop up error will showed 3 rows of compulsory fields not fill
in. can it be limit to only show 1 error at a time rather than like below?
*please fill in the textinputA
*please fill in the textinputB
*please fill in the textinputC
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org