Re: T5.2.6 jJquery Plugin 2.6.0 Form validation

2012-03-27 Thread resign
So i found the solution... maybe primitive but works for me First of all i packed my form in a Zone and add "clientValidation="false" " to form ... Then, in Java Class, in method onValidateFromForm i validate my form "manually" (userId!=null and so...) In case of error,

RE: T5.2.6 jJquery Plugin 2.6.0 Form validation

2012-03-26 Thread resign
I don't specially use the jquery validation, the library(tapestry5-jquery-2.6.0.jar) is still in my classpath. Here is my page. http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";> Empty field: And Java file public class AdminSearch{ @Property private String helloS

RE: T5.2.6 jJquery Plugin 2.6.0 Form validation

2012-03-26 Thread WINDEY Pieter AWL-IT
: resign [mailto:sergejb...@yahoo.de] Sent: Tuesday 27 March 2012 08:11 To: users@tapestry.apache.org Subject: RE: T5.2.6 jJquery Plugin 2.6.0 Form validation Hi Pieter >Your code is not even valid XML ! Yes, You're right. I typed this code before i had my coffee should it be. >Ar

RE: T5.2.6 jJquery Plugin 2.6.0 Form validation

2012-03-26 Thread resign
Hi Pieter >Your code is not even valid XML ! Yes, You're right. I typed this code before i had my coffee should it be. >Are you using tapestry5-jquery? yes >Are you mixing prototype & jquery? I am ashamed, but I can not reply to that, because I don't know if i do. i think yes. How can i us

RE: T5.2.6 jJquery Plugin 2.6.0 Form validation

2012-03-26 Thread WINDEY Pieter AWL-IT
Your code is not even valid XML ! Are you using tapestry5-jquery? Are you mixing prototype & jquery? -Original Message- From: resign [mailto:sergejb...@yahoo.de] Sent: Tuesday 27 March 2012 07:43 To: users@tapestry.apache.org Subject: T5.2.6 jJquery Plugin 2.6.0 Form validation Good mor