If you create your own ActionForward, and you redirect with a string
that starts with "/", the result will still be the same.  You can
either do the redirect yourself as Wendy suggested or put the entire
URL on the path you've configured:

<forward name="success" path="http://hostname/index.pxt"; redirect="true"/>

Hubert 


On Mon, 24 Jan 2005 16:37:03 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Jesus M. Rodriguez" <[EMAIL PROTECTED]>
> > I want to be sent to http://hostname/index.pxt after the LoginSubmit
> > action has been executed.  But we always get sent to
> > http://hostname/webappname/index.pxt which causes a 404.
> 
> IIRC, from execute you can either create your own ActionForward (rather than
> looking it up from the ActionMapping) and return it, or just do the redirect
> yourself and return null.
> 
> --
> Wendy Smoak
>

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

Reply via email to