You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by edgar <ed...@blue-moose.net> on 2002/11/25 16:32:23 UTC

Action Name

Does anyone know how to easily get the current action name (other than
decomposing it from the URI)?

The idea is I am writing a class of generic reporting servlets and I
would like to stick in a simple form or link to return to the prior
action.

Any ideas would be appreciated.

Edgar.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Action Name

Posted by Martin Cooper <ma...@apache.org>.

On Mon, 25 Nov 2002, edgar wrote:

> Does anyone know how to easily get the current action name (other than
> decomposing it from the URI)?
>
> The idea is I am writing a class of generic reporting servlets and I
> would like to stick in a simple form or link to return to the prior
> action.

You mean something like mapping.getPath()?

--
Martin Cooper


>
> Any ideas would be appreciated.
>
> Edgar.
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>