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.

<html t:type="layout"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>
<t:form zone="formZone">
   <t:errors/>
   <t:label for="textField">Empty field:</t:label>
   <t:textfield value="helloString" t:id="textField" validate="required" />
   <t:submit /> 
</t:form>
</html>

And Java file

public class AdminSearch{
    @Property
    private String helloString;

    void onSuccess() {
        ;
    }
}

In my browser IE8 :-( it doesn't work at all.
I tested now on FF - seems to work 

So it's my problem.

Thanks,
resign

I go and shoot me
:-)


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-2-6-jJquery-Plugin-2-6-0-Form-validation-tp5596991p5597056.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

Reply via email to