Re: Validator framework introduces errors

2005-11-12 Thread Raghu Kanchustambham
Hi Paul, The minute I supress the field which requires the centreList, everything works fine. As long as there is no "state" that is involved... that is .. simple textboxes its working fine. All other variables in the request variables are getting wiped off ! :( On 11/12/05, Paul Benedict <

Re: Validator framework introduces errors

2005-11-12 Thread Paul Benedict
Some things to check: 1) You have a resource bundle loaded by Struts. 2) Your keys listed in the validator are in the resource bundle. 3) You have a configuration file which lists out the validations needed by the validator. 4) You're using the correct version of validator for your version of Str

Re: Fw: Validator framework introduces errors

2005-11-12 Thread Martin Gainty
I didnt see the contents E.G. for your c.tld ?? Martin- - Original Message - From: "Raghu Kanchustambham" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, November 12, 2005 10:37 AM Subject: Re: Fw: Validator framework introduces errors

Re: Fw: Validator framework introduces errors

2005-11-12 Thread Raghu Kanchustambham
x27;nt see the (StudentEnquiry.jsp) jsp page which references centreList > bean? > I also dont see the code for centreList bean? > > Martin- > > - Original Message - > From: "Raghu Kanchustambham" <[EMAIL PROTECTED]> > To: "Struts Users Mailing Lis

Fw: Validator framework introduces errors

2005-11-12 Thread Martin Gainty
rday, November 12, 2005 9:40 AM Subject: Validator framework introduces errors Hi, The minute I introduced Validator framework in my application . it started giving me the following error when I accessed the JSP centreList is used as a parameter for the dropdown. The minute I remove the vali

Validator framework introduces errors

2005-11-12 Thread Raghu Kanchustambham
Hi, The minute I introduced Validator framework in my application . it started giving me the following error when I accessed the JSP centreList is used as a parameter for the dropdown. The minute I remove the validation.xml from the path... the application runs fine again! :( very strang