--- tom_brokaw <[EMAIL PROTECTED]> wrote:
> I was under the impression that I could write actions without extending
> ActionSupport or implementing any struts2/xwork interfaces. 

You can. Doesn't mean you'd *want* to, if you want to use functionality
provided by the framework.

> However, I
> cannot figure out how to add action errors (ActionSupport.addActionError())
> to an action if not extending ActionSupport. I looked at
> ActionContext.getContext() and ServletActionContext, but don't see a way to
> add action errors.
> 
> Anyone know how to do this?

You don't *need* to extend ActionSupport to implement ValidationAware, it's
just much easier.

Dave


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

Reply via email to