> In Struts 1.1, your Actions' execute() method can pass exceptions back to
> the controller (RequestProcessor) by not catching them.  So your business
> objects would throw a custom business exception that you could configure
as
> an <exception> in the struts-config.xml file.

Ahah!  I remember reading that the perform() method was deprecated and
replaced with execute() so that the new method "throws java.lang.Exception".
This change must have been necessary to accomodate the feature you were
talking about.

Anyone have any idea when Struts 1.1 will be out of beta?

- sean


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

Reply via email to