Re: Avoiding multiple validation messages

2006-10-03 Thread priya
Hi Ed, Thank you for the clarification! That worked out great! Priya On 10/3/06, Ed Griebel <[EMAIL PROTECTED]> wrote: Let me clarify, in your html:form statement, try adding a return like so: On 10/3/06, priya <[EMAIL PROTECTED]> wrote: > > Hi Ed, > > Thank you for your response! > Since

Re: Avoiding multiple validation messages

2006-10-03 Thread Ed Griebel
Let me clarify, in your html:form statement, try adding a return like so: On 10/3/06, priya <[EMAIL PROTECTED]> wrote: Hi Ed, Thank you for your response! Since I am using Struts client side validation, I am not creating the validate method.. Struts is creating it for me.. Do you mean I shou

Re: Avoiding multiple validation messages

2006-10-03 Thread Ed Griebel
In your form's onclick="validate()" method (or whatever it may be called in your case), it may work to add "return" to the javascript method call. The validate method will return false if validation fails, and the form will not be submitted back to the server. HTH, -ed On 10/3/06, priya <[EMAIL