1) Is it possible to override the validator error message when a field fails validation? For example, I have a required field that is missing. I display the default error message at the top of the page. I would also like to change the color of the form field label red. Can I do something like <html:errors property="fieldName" key="message.style"/> to override the default app properties entry used by validator rule? If not, has anyone come up with a way of using multiple error messages for one property?
2) Is there any documentation on the 'errors exist' and 'messages exist' tags? I can't find any mention in the 1.1b2 docs or APIs. thx andy -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

