I'm having trouble understanding how ActionSupport works. I've extended ActionSupport to handle a form page. If the from contains errors (ie: i have an amount field mapped like <s:text name="invoice.amount"/> and the user types in "asdf") the action mapped to result type "execute" is never called and, even though the form si set to not perform validation.

I want to handle errors trough code (rather than providing an xml for it). What do i need to override to handle this type or errors?

--
Regards,
Eugen Stoianovici


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

Reply via email to