You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Don Brown <do...@gmail.com> on 2006/10/23 20:09:29 UTC

Re: [Struts2] Redirect forward

Use the action-redirect result type.  IIRC, you can add parameters to
it via the XML, but use OGNL expressions for the value.  Then, the
values will be pulled out of the stack (usually from an Action
getter).

Don

On 10/23/06, Mikolaj Rydzewski <mi...@ceti.pl> wrote:
> Hi,
>
> I'm not new to struts, but new to struts2. I have read a few tutorials,
> and some pages on the wiki and I think I'll use struts2 in future
> projects ;-)
>
> How can I achieve the functionality of ActionRedirect  from the 'old'
> struts? I want my action to redirect to another url with some parameters
> added.
>
> --
> Mikolaj Rydzewski <mi...@ceti.pl>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org