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