Your code is not even valid XML ! Are you using tapestry5-jquery? Are you mixing prototype & jquery?
-----Original Message----- From: resign [mailto:[email protected]] Sent: Tuesday 27 March 2012 07:43 To: [email protected] Subject: T5.2.6 jJquery Plugin 2.6.0 Form validation 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: [email protected] For additional commands, e-mail: [email protected] Atos Worldline SA/NV - Chaussee de Haecht 1442 Haachtsesteenweg - 1130 Brussels - Belgium RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872 Bankrekening-Compte Bancaire-Bank Account 310-0269424-44 BIC BBRUBEBB - IBAN BE55 3100 2694 2444 "The information contained in this e-mail and any attachment thereto is confidential and may contain information which is protected by intellectual property rights. This information is intended for the exclusive use of the recipient(s) named above. This e-mail does not constitute any binding relationship or offer toward any of the addressees. If you are not one of the addressees , one of their employees or a proxy holder entitled to hand over this message to the addressee(s), any use of the information contained herein (e.g. reproduction, divulgation, communication or distribution,...) is prohibited. If you have received this message in error, please notify the sender and destroy it immediately after. The integrity and security of this message cannot be guaranteed and it may be subject to data corruption, interception and unauthorized amendment, for which we accept no liability." --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
