jquery client side validation ????
HI,PLZ
How can I make the client side control fields with Struts 2 - jquery1.2 for the following jsp code:
- <s:form action="addSA" validate="true" theme="xhtml">
- <s:textfield label="Name" onChangeTopics="textfieldUpdated" name="name" />
- <s:submit value="addForm"/>
- </s:form>
the function validate="true" doesn't give any effect so i want to replace it with the apropriate javascript validation code (used in jquery).
Thanks for your help