In case it wasn't clear, "data" below is the Turbine RunData object...

> -----Original Message-----
> From: Kevin Rutherford 
> Sent: Thursday, April 25, 2002 4:11 PM
> To: 'Turbine Users List'
> Subject: RE: Problems redirecting to an external URL from a Screen
> 
> 
> I believe that if you set a 302 status code and set a 
> redirect URI like
> this:
> 
>     data.setStatusCode(302);
>     data.setRedirectURI(<your URL>);
> 
> the Turbine servlet will send the browser the redirect. Hope 
> this is what
> you are looking for ...
> 
> Kevin
> 
> > -----Original Message-----
> > From: Emmanuel Cuevas [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 25, 2002 2:58 PM
> > To: Turbine Users List
> > Subject: Problems redirecting to an external URL from a Screen
> > 
> > 
> > Hello everyone !!!
> > 
> > I don't know if this have already been discused, so if 
> > there's some place where I
> > can find the answer to this, I beg you to tell me, please. 
> > Here is the problem:
> > 
> > I have a select tag in a form, and what I want to do, is to 
> > catch the selected
> > value from that list(select) and to go to that URL(the select 
> > contais a list of
> > URL's ), I have no problems catching the value from that 
> > form, but I can't
> > redirect to that URL, so, anybody have an idea about the solution ??
> > 
> > TIA !!!
> > 
> > --
> > Emmanuel Cuevas
> > Developer
> > 
> > [EMAIL PROTECTED]
> > 
> > "If you gotta go, go with a smile"
> > 
> > 
> 

Reply via email to