Hello,

Why do you want to forward to the jsp page. If you just want to capture the
response from the jsp page, you can create a URL object and do a GET or POST
and capture the output.

One thing I'm not sure about is session management - whether a new session
will be created or the current session will be reused.

--Deepak

-----Original Message-----
From: Claudio Cordova [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 6:20 PM
To: Orion-Interest
Subject: Saving JSP responses


Hello,

I am a newbie on JSP and I am trying to forward a request fom a servlet to a
jsp page and some how read the response and save it into a file without
sending the result to the browser. Instead, I want repeate the process as
many times as I need. Then responde with a different HTML response. Is this
possible?

Claudio


Reply via email to