Never Mind! ;-)

As soon as I sent this I realized it's not what I want to be doing - If
there are no forwards found, I'll get into a dead loop.  woops.

Don't compute with the flu.

=Bill

> -----Original Message-----
> From: William G. Bohrer [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 13, 2002 4:04 PM
> To: 'Struts Users Mailing List'
> Subject: forwarding back to the same action
>
>
> As part of my logic for a generalized controller Action I've
> written, I want
> to forward back through the same action I came from if no
> local or global
> forward has been configured, in other words I want to go to
> the action (not
> the input jsp)
>
> Can someone tell me why the following code inside my perform
> method isn't
> working, and what I should be calling instead, or if there's
> something else
> I need to be doing to the new ActionForward object?
>
> ActionForward forward = new ActionForward(mapping.getPath(), true);
>
> Thanks,
>
> Bill Bohrer
> Athens Group, Inc.
> An employee owned consulting firm integrating technology strategy and
> software solutions.
> http://www.athensgroup.com
> [EMAIL PROTECTED]
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



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

Reply via email to