--- tom_brokaw <[EMAIL PROTECTED]> wrote: > I said: >> You don't *need* to extend ActionSupport to implement ValidationAware, >> it's just much easier. > > So I *must* implement an interface (ValidationAware) or extend a struts2 > class in order to add errors messages from an action. Is that accurate?
If you want the framework to recognize those errors, be able to use them in tags, etc. or make decisions based on their presence (or not), use the validation framework (which expects to be able to add messages based on the ValidationAware interface) then yes. If you want to create your own framework for handling errors then you can do whatever you want. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]