Re: Bug in Validator javascript, not showing all errors?

2004-02-25 Thread russo
Mike: I see what you're saying now. It's only showing all the errors of the same type at any one time dependending on the order the Validator functions are called. Sorry for the confusion. -Ryan ( <---darn newbies ) - To unsubsc

Re: Bug in Validator javascript, not showing all errors?

2004-02-25 Thread Mike Millson
On Wed, 2004-02-25 at 15:20, [EMAIL PROTECTED] wrote: > Hi Mike: > > > Thank you. And if I understand correctly, this feature is not available > > in the latest release build, v1.1. I guess I have to wait until v1.2 > > comes out? > > > I'm using stable release of Struts 1.1 I found that you can

Re: Bug in Validator javascript, not showing all errors?

2004-02-25 Thread russo
Sorry: I missed the declarations at the top of my index.jsp The following precedes the tag: <%@ page session="false" %> <%@ page contentType="text/html;charset=windows-1252"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> -

Re: Bug in Validator javascript, not showing all errors?

2004-02-25 Thread russo
Hi Mike: > Thank you. And if I understand correctly, this feature is not available > in the latest release build, v1.1. I guess I have to wait until v1.2 > comes out? > I'm using stable release of Struts 1.1 I assume you changed your calls to specific Validator functions to the wrapper function b

Re: Bug in Validator javascript, not showing all errors?

2004-02-25 Thread Mike Millson
Thank you. And if I understand correctly, this feature is not available in the latest release build, v1.1. I guess I have to wait until v1.2 comes out? On Wed, 2004-02-25 at 14:18, [EMAIL PROTECTED] wrote: > File = struts-config.xml >> Validator plugin elements: > > value="/WEB-

Re: Bug in Validator javascript, not showing all errors?

2004-02-25 Thread russo
File = struts-config.xml >> Validator plugin elements: File = login.jsp >> form declaration: ... ... Where [BLAH] is the name of the action which handles your form submition. I'm a newbie, so if there's a better way fire away people. -Ryan On Wed, 25 Feb 2004, Mike Millson wr

RE: Bug in Validator javascript, not showing all errors?

2004-02-25 Thread Paul, R. Chip
ebruary 25, 2004 12:58 PM To: Struts Users Subject: Bug in Validator javascript, not showing all errors? I have a form with 1 text field and 1 password field: username: required and maxlength 10 password: required The return statement for the validateLoginForm function generated in the dynamic

Bug in Validator javascript, not showing all errors?

2004-02-25 Thread Mike Millson
I have a form with 1 text field and 1 password field: username: required and maxlength 10 password: required The return statement for the validateLoginForm function generated in the dynamic javascript: return validateMaxLength(form) && validateRequired(form); If I enter a username that is too l