"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 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 archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to