If I have a jsp, lets call it myjsp.jsp, and it takes a paramter id.  How
can I save the html created by myjsp.jsp?id=1 to a file (lets say id1.html),
not doing a save as w/ a browser b/c I will need to do it for id from 1 ..
1000.

So in essence what I want to do, is create a java program that within a loop
sends requests (myjsp.jsp?id=x) and save the output to idx.html.  The
problem is I have no clue how to code that program.

Any help would be great.

- Frank

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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

Reply via email to