[REPOST] Struts Validator Problem

2003-03-03 Thread Vedd Sampang
Hi I am trying to use the Validator. The validation works fine in one page. I have another page where the validation rules get fired when the page is loaded and not when it is submitted. So, the error messages for required fields are displayed as the page is loaded. It should be displayed when the

Struts-Validator: Problem

2003-02-26 Thread Vedd Sampang
Hi I have just started to use the Validator. The problem is that my validation for the page are fired when the page is loaded. Rgds Ved - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Struts Validator Problem

2003-01-17 Thread Dan Tran
check your validation.xml and makesure all dedined form field match with your jsp field. I ran to this before hope this help -D - Original Message - From: "Suresh Addagalla" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 6:42 AM Sub

Struts Validator Problem

2003-01-17 Thread Suresh Addagalla
Hi, I am facing a problem with Validator while doing client-side validation. IE is throwing the following error dialog when I submit the form: "type" is null or not an object The corresponding source code (validator generated) line the *second* line below: for (x in oRequired)

Struts Validator Problem

2003-01-17 Thread Suresh Addagalla
Hi, I am facing a problem with Validator while doing client-side validation. IE is throwing the following error dialog when I submit the form: "type" is null or not an object The corresponding source code (validator generated) line the *second* line below: for (x in oRequired)

Re: Struts Validator Problem

2003-01-14 Thread Rob Leland
Amit Keshav Kulkarni wrote: Hi All I facing problem in Validator - Struts 1.1 . I am having two fields and checking for the empty fields.While submitting the form with empty fields, I am getting the following error in Tomcat 4.0.3 This is the error that it is throwing in the Browser.. ja

Struts Validator Problem

2003-01-14 Thread Amit Keshav Kulkarni
Hi All I facing problem in Validator - Struts 1.1 . I am having two fields and checking for the empty fields.While submitting the form with empty fields, I am getting the following error in Tomcat 4.0.3 This is the error that it is throwing in the Browser.. java.lang.NullPointerException

Struts Validator problem error with default values

2002-10-16 Thread Heligon Sandra
I use Struts Validator in my application and I have the following error on my JSP login page: cannot be less than 3 characters. Password cannot be less than 3 characters. UsernamePassword Username: Password: This error has to be

Re: Struts-Validator problem: NoClassDefFoundError

2001-11-01 Thread David Winterfeldt
The ActionMessage class is in the more recent nightly builds of Struts. Are you using html:messages? This uses that class. I'm not what else would be looking for this in a JSP page though. The validator tags shouldn't be making a reference to this class. To check if the ValidatorResources a

Re: Struts-Validator problem: NoClassDefFoundError

2001-11-01 Thread Sandeep Takhar
search the archives for more postings, but I have heard different approaches when I posted the same problem. 1. Check to see that you are using the latest Struts nightly build. 2. If not using hte latest nightly build, this may work if you use Tomcat 4.0 3. Remove Jaxp, crimson and parser.jar f

Struts-Validator problem: NoClassDefFoundError

2001-11-01 Thread Parvaze Suleman
Hi I am trying to use Validator in my application and can not get it to work. I have a single test form that I would like to use the Validator for client-side and server-side validation. If I add the following <%@ taglib uri="/WEB-INF/struts-validator.tld" prefix="validator" %> reference to the