RE: Re: Forwards between webapps

2006-08-20 Thread David Friedman
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

RE: Re: Forwards between webapps

2006-08-19 Thread Saeed, Rada
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 [

RE: Re: Forwards between webapps

2006-08-17 Thread Mulligan, Scott H
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