I've dug a little deeper now and I'd like to rephrase my question... When retrieving messages in a JSP with the <html:messages> tag, you can specify a property. This property is different for every field that fails validation, but I would like to specify one common property in which to store all of my validation errors. As it is, the only way I can display validation errors is with the generic <html:messages> tag. However, this can potentially print out more than just validator errors. I would like to use the property attribute like so: <html:messages property="ValidationErrors">, which would print out all errors generated by the validator. Where can I specify the "ValidationErrors" property in the validator config files in order to achieve this?
Thanks, Justin Ashworth On Wed, 12 Mar 2003 11:41 , Justin Ashworth [EMAIL PROTECTED]> sent: >Hi, > >It looks to me like all validator messages get stuck in the request with the >org.apache.struts.action.ERROR key. Is there a way to change this attribute name >to, say, ValidationErrors? I have looked through all of the validator >documentation I can find and still wasn't able to figure out how to do this. > >Thanks much, > >Justin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

