Thanks except in your example your forward isn't "outside" it is to an
action in that struts application, I want to go to a URL outside the
application, elsewhere on the same server but not to an action or jsp
page.

I tried 

Path="/myhtml/somehtml.html" and it threw a Configuration Frozen
exception.

Michael Oliver
CTO
Alarius Systems LLC
3325 N. Nellis Blvd, #1
Las Vegas, NV 89115
Phone:(702)643-7425
Fax:(520)844-1036
*Note new email changed from [EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 27, 2005 12:11 PM
To: Struts Users Mailing List
Subject: Re: How to Forward out of struts to a URL from an Action

Hi Michael,

have a look in your struts-config.xml.

                <forward  name = "Success"
                           path = "/ViewSettings.do"
                          redirect = "true"/>


Greets Mark

Michael Oliver wrote:

>I would like to forward the user out of struts to a URL after an action
>executes without additional user input, what is the best way in Struts?
>I can use a page that has a redirect javascript in it, but is there a
>facility in Struts to do this?
>
> 
>
>Michael Oliver
>
>CTO
>
>Alarius Systems LLC
>
>3325 N. Nellis Blvd, #1
>
>Las Vegas, NV 89115
>
>Phone:(702)643-7425
>
>Fax:(520)844-1036
>
>*Note new email changed from [EMAIL PROTECTED]
>
> 
>
>
>  
>



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



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

Reply via email to