Re: javascript validation in struts

2005-02-16 Thread Niall Pemberton
The tag dynamically generates the function for you - you should find that somewhere on the JSP page. http://struts.apache.org/userGuide/struts-html.html#javascript Niall - Original Message - From: "Jonathan M Z" <[EMAIL PROTECTED]> Sent: Tuesday, February 15, 2005 11:55 PM > Hi folks

Re: javascript validation in struts

2005-02-15 Thread Kumar deepak
Hi, Please visit http://www.roseindia.net/struts/struts_validator_framework.shtml Regards Deepak kumar Jonathan M Z <[EMAIL PROTECTED]> wrote: Hi folks, I am trying to understand struts validation from some example code, it has something like this: action="signin" method="post"> validateSign

Re: javascript validation in struts

2005-02-15 Thread Carlos Cajina
Hi Jonathan. A quick "dissection" of the code you posted might clarify some of your doubts.. onsubmit="return validateSigninForm(this)" * This piece of code calls a dynamically generated JavaScript function that's created when the page is rendered (for this to happen you have to include withi