Re: Using JavaScript in the JSP Pages

2002-02-08 Thread Mark Woon
Also check if you actually set validate="true" in the appropriate tag. "Mattos, John" wrote: > Satish, > > Are you just using garden variety client side JavaScript for validation, > calling a method in the onSubmit of your tag? If so.. > > return false; > > in your JS method will prevent the

RE: Using JavaScript in the JSP Pages

2002-02-08 Thread Mattos, John
Satish, Are you just using garden variety client side JavaScript for validation, calling a method in the onSubmit of your tag? If so.. return false; in your JS method will prevent the form from being submitted. An alternative you might consider is to check out the Struts Validator http://hom