Hi! I'm working on a webapp under Turbine,
in a certain moment it interests me to redirect 
the page to another webapp INSIDE an action.
How can I do it? I tried to use setRedirectUri
method from RunData, but it seems to do nothing.

This is what I have:

http://localhost:8080/X/servlet/X/action/ChangeWebApp

In "ChangeWebApp" action :

        data.setRedirectURI(http://localhost:8080/Y/index.html);

but the code sended to the browser results:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

What can I do? Waht I'm doing wrong?
Are there more alternatives to do the same from an action?

Thanks!
_________________
      Toni Ortega
[EMAIL PROTECTED]
_________________

Reply via email to