Re: linking to a page on different domain

2002-08-19 Thread Max Cooper
Monday, August 19, 2002 12:06 PM Subject: Re: linking to a page on different domain > The second choice sounds better. Is there a substantive difference between > using redirect vs. using URLConnection? They seem very similar to me. > Mike > > > Mike, > > > > If you d

Re: linking to a page on different domain

2002-08-19 Thread struts
> > -Max > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 19, 2002 9:13 AM > Subject: linking to a page on different domain > > >> I have a fairly simple problem, but can't figure out how

Re: linking to a page on different domain

2002-08-19 Thread Max Cooper
then construct a redirect to the other domain with the parameters on the query string as the response. -Max - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 9:13 AM Subject: linking to a page on different domain > I

linking to a page on different domain

2002-08-19 Thread struts
I have a fairly simple problem, but can't figure out how to resolve it within the Struts framework. What I want to do is link to a page on a different server / domain. Normally, you just put like http://www.otherdomain.com/page?q1=v1> tag (or the struts link tag). This circumvents the contro