Trying to add errors to an existing errors object after using the validation framework

2001-07-25 Thread Scott Ryan
I am using the Validation Framework within struts and I need to perform some validations that I cannot do using the framework. I have created an ActionForm that extends ValidatorForm and in my validate method I first call super.validate. Once the errors have been returned I then perform my own

Re: Trying to add errors to an existing errors object after using the validation framework

2001-07-25 Thread Scott Ryan
Problem Solved: After rooting around in my ApplicationResources.properties file I found a misspelling in my message name. I would have expected the framework to catch the error in the lookup similar to what happens in other areas of struts when a message resource cannot be found. Typically a