Rada [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 20, 2006 2:49 AM
To: Struts Users Mailing List
Subject: RE: Re: Forwards between webapps
Scott,
The failed simply cuz it refered to my context not to the
other different context I wanna redirect to.
I used the simple sendRedirect and it w
Scott,
The failed simply cuz it refered to my context not to the
other different context I wanna redirect to.
I used the simple sendRedirect and it worked fine:
String path = "http://localhost:7008/portal/main.do";;
response.sendRedirect(path);
return;
-Original Message-
From: news [
I worked on a project a couple of years ago where I had the need to
forward between different web apps. Thanks to Craig McClanahan's advise
I was able to extend the RequestProcessor to do this. This was done in
Struts 1.1. Basically I set up specific forward name prefixes to
indicate when to switch
3 matches
Mail list logo