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

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