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]