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
Best regards
--
You received this message because you are subscribed to the Google Groups "struts2-jquery" group.
To post to this group, send email to
struts2...@googlegroups.com.
To unsubscribe from this group, send email to
struts2-jquer...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/struts2-jquery?hl=en.