Re: When to use ValidationAware

2008-01-09 Thread Laurie Harper
TuomoS wrote: "ValidationAware classes can accept Action (class level) or field level error messages. Action level messages are kept in a Collection. Field level error messages are kept in a Map from String field name to a List of field error msgs." I have two actions Action A which renders the

When to use ValidationAware

2008-01-09 Thread TuomoS
e page and submits to Action B Action B does validation and on failure chains back to Action A Which one(s) should implement ValidationAware ? -- View this message in context: http://www.nabble.com/When-to-use-ValidationAware-tp14706870p14706870.html Sent from the Struts - User mailing list