Struts without RequestDispatcher.forward()

2002-10-16 Thread Praful . Kapadia
Hi We have a situation where, if we use Struts 1.1 and WebSphere 4 and Oracle Portal 2, we cannot use the RequestDispatcher.forward() method. Can Struts be used effectively without this feature? If this is a bit vague, what features would be lost? TIA Praful Visit our website at

Re: Struts without RequestDispatcher.forward()

2002-10-16 Thread Cedric Dumoulin
Well, you will loose the struts actions mechanism, which means nearly all. Can your configuration use RequestDispatcher.include() instead of RequestDispatcher.forward() ? If yes, you can switch by extending the Struts RequestProcessor, overload the appropriate method, and use your new

RE: Struts without RequestDispatcher.forward()

2002-10-16 Thread Praful . Kapadia
Thank you. We can use RequestDispatcher.include(). Praful -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 13:08 To: Struts Users Mailing List Subject: Re: Struts without RequestDispatcher.forward() Well, you will loose the struts actions