In my Action class, I call a business object -- that does a database
action...and can return an exception.  All is well, I can trap the
exception.

However, I am at a loss as to how to handle the error from there. 
Example code I've seen forwards to an error page....what I'd like to
do is load ActionError messages and return to the calling form, just
like you do if you trap the error in the form's validate() procedure.

Is there a way to accomplish this?  Is there a reason not to?

Lee

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

Reply via email to