My Struts app seems to be generating all JavaScript necessary, but no validation is happening at client side at "hit-submit-button time". Validations on the server are flawless.
Any ideas on how to make the Java Scripts work are much appreciated.
alan do
Ranch Hand
Joined: Apr 14, 2005
Posts: 354
posted
0
did you make sure to include the onsubmit="validateXXXXX(this);" to your html:form tag?