Forwarding to an external Website

2004-01-22 Thread Giles Parnell
Hi guys

Any idea how i can forward to an external website? At the moment i forward
to a jsp that has a
logic:redirect forward=connectToSiteBuilder /

I state my forward in the struts config like this:
forward name=connectToSiteBuilder path=http://www.google.co.uk/

Is there any way i can do this all in the struts-config?

Thanks in advance
Giles




---

Yellow Pages 118 24 7 
'Whatever you want, wherever you are, 24 7'
Calls cost 40p per minute from most landlines


[Information] -- PostMaster:
This transmission is intended solely for the addressee(s) and may be confidential. If 
you are not the named addressee, or if the message has been addressed to you in error, 
you must not read, disclose, reproduce, distribute or use this transmission. 

Delivery of this message to any person other than the named addressee is not intended 
in any way to waive confidentiality.  If you have received this transmission in error 
please contact the sender or delete the message. 

Thank you.

Yell Limited, Queens Walk, Oxford Road, Reading, Berkshire, RG1 7PT. Registered in 
England and Wales, registered number 4205228.

Yellow Pages Sales Limited, Queens Walk, Oxford Road, Reading, Berkshire, RG1 7PT. 
Registered in England and Wales, registered number 1403041.

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



Re: Forwarding to an external Website

2004-01-22 Thread Hubert Rabago
try 
forward name=connectToSiteBuilder path=http://www.google.co.uk;
redirect=true/

There's been discussion about this on this list already, so you can search the
archives if you need more info.

--- Giles Parnell [EMAIL PROTECTED] wrote:
 Hi guys
 
 Any idea how i can forward to an external website? At the moment i forward
 to a jsp that has a
 logic:redirect forward=connectToSiteBuilder /
 
 I state my forward in the struts config like this:
 forward name=connectToSiteBuilder path=http://www.google.co.uk/
 
 Is there any way i can do this all in the struts-config?
 
 Thanks in advance
 Giles
 
 
 
 
 ---
 
 Yellow Pages 118 24 7 
 'Whatever you want, wherever you are, 24 7'
 Calls cost 40p per minute from most landlines
 
 
 [Information] -- PostMaster:
 This transmission is intended solely for the addressee(s) and may be
 confidential. If you are not the named addressee, or if the message has been
 addressed to you in error, you must not read, disclose, reproduce, distribute
 or use this transmission. 
 
 Delivery of this message to any person other than the named addressee is not
 intended in any way to waive confidentiality.  If you have received this
 transmission in error please contact the sender or delete the message. 
 
 Thank you.
 
 Yell Limited, Queens Walk, Oxford Road, Reading, Berkshire, RG1 7PT. Registered
 in England and Wales, registered number 4205228.
 
 Yellow Pages Sales Limited, Queens Walk, Oxford Road, Reading, Berkshire, RG1
 7PT. Registered in England and Wales, registered number 1403041.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

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