This appears to be a Struts issue. As such, you are much more likely to get a useful response by posting to the struts-user mailing list. See:
http://jakarta.apache.org/site/mail.html for more information. Make sure you mention which version of Struts you are using, and which servlet/JSP container you are using it with. -- Martin Cooper On Mon, 13 Jan 2003, Shawn SANDY wrote: > All, > When I define my plug-in like this: > <set-property property="pathnames" > value="/WEB-INF/validator-rules.xml,/WEB-INF/validations.xml"/> > > as opposed to this (which does not work): > <set-property property="pathname" > value="/WEB-INF/validator-rules.xml"/> > <set-property property="pathname" > value="/WEB-INF/validation.xml"/> > > I get all of the javascript shown on the page I am trying to do the > validation on. example: > > function validateMaxLength(form) { var bValid = true; var focusField > function validateMaxLength(form) { var bValid = true; var > focusField , etc... > > Any ideas? > > TIA > Shawn > > Shawn Sandy > C A S T > ---------------------------------------------------------------------------- > ------------ > 300 South Wacker Dr. e-mail: [EMAIL PROTECTED] > Suite 1310 tel: 312 922 9477 ext. 30 > Chicago IL 60606 fax: 312 922 9476 > ---------------------------------------------------------------------------- > ------------ > Making the Complex Simple > http://www.castsoftware.com > What do we do? > http://www.castsoftware.com/Products/Discover/discover.html > What do GIGA & the IDC think about what we do? > http://www.castsoftware.com/news/Analystes/index.html > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
