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,
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
: 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
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
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