Re: Displaying Validator messages.

2004-09-14 Thread Terry Roe
Mark, Here's what I do to achieve just what you are talking about: I have a property in my ApplicationResources.properties file for "errors.present" and I display this message at the top of the page when there are errors. I use the logic tag to determine if there are errors present.

Displaying Validator messages.

2004-09-14 Thread Mark Benussi
As a Struts 1.0 developer I used to use the traditional struts methods for error messages e.g. saveErrors(). Ive moved (not so gracefully) to using Struts 1.1 and Validator. My simple problem is that I cant work out how to display the messages produced by the validator. I have included the vali