Good morning everyone. I have a problem to validate my form elements.
Index.tml: .... <t:form t:id="loginForm" t:autofocus="true"> <t:errors /> <t:label for="userId" class="loginLabel" /> <t:textfield t:value="userId" t:id="userId" t:validate="required" label="${message:userId-label}: " class="loginField" /> </form> .... So, if i try to submit emty form, i get the org.apache.tapestry5.runtime.ComponentEventException . But i'm waiting for Tapestry warning "please fill out the fields" (or so...) Can it be a compatibility problem? greeting, resign -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-6-jJquery-Plugin-2-6-0-Form-validation-tp5596991p5596991.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org