hello, I been frustrating with saving a jsp output to an html file before it send back to client. how can I implement it? I heard servlet2.3 javax.servlet.ServletResponseWrapper class can make it happen by making your own outputStream. anyone has experience on it? can someone post a sample code on it? I also tried around with other approach by open URL connection on that jsp page, and write the jsp content to a html file. but my problem is I can only catch the static part on that jsp , the dynamic part I can't. really need your help. thanks _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
