Hi,

Requirements :

- I have a form in a jsp on submission of which I need to send an e-mail.
- On submission of the form, I am calling another .do page & getting the
response. This response I dont need to show in the jsp but capture this html
response and use this as a string to construct the email message body.
- I need to capture the html response as a String. I tried using
<jsp:include> but from that I am not able to capture the "out" object since
I need to display a "Email Sent" message on the same jsp.
- Then I tried creating filters, I created a response filter alongwith a
response wrapper and then try to capture the response but I am not able to
capture the response.
- I am using WebLogic 7.0 and Java 1.3

Any kind of help will appreciated.


--
Regards,
Dinesh

Reply via email to