Re: Capture JSP Response

2006-05-23 Thread Antonio Petrelli
Dinesh Mehra ha scritto: - 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. Uh are you sure? Remember that you have to implement both getWriter and getOutputStream! Ciao A

Capture JSP Response

2006-05-23 Thread Dinesh Mehra
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 em