I think you should be able to do it.  Have you tried it already?  All
processActionPerform() does is call the Action's execute() method,
then pass exceptions to processException() if it gets any.  If you
want to skip the action execution for a reason you deem valid, go
ahead.

Hubert


On Mon, 21 Mar 2005 10:59:37 -0500, Joe Hertz <[EMAIL PROTECTED]> wrote:
> I'm going to try again, stripping this question down to its fundamentals.
> 
> If in a RequestProcessor processActionPerform() method, is it safe for me to
> return a mapping.findForward() directly without calling
> super.processActionPerform?
> 
> Or do I need to call super.processActionPerform with with different
> parameters than what was passed into this method in order to satisfy the
> infrastructure and get the ActionForward I want returned?
>

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

Reply via email to