Client side validation,
February 24, 2009 at 7:49 AM
I tried your example for client side validation. But doing thay, I used again the login.jsp. I did not create a new JSP : loginClientSideValidation.jsp. my client side validation does not work. When I look at the created HTML's source, I see that a js call to the validateForm_doLogin() exists in form onsubmit event but no client validation js code is generated by struts2 framework. I can send you all I have coded if you like. Would you please help me understand my code's (actually yours) behavior
View All Comments
| View Tutorial