Hi,
Sorry if this question had been asked many times.
I have a jsp page test.jsp that need to pass the browser connection, (i.e.
Request object or I am not sure it is httpServletRequest) to a java object
process1.java that already import to test.jsp page, and the process1.java
will to some thing then base on the result, call another jsp page, test2.jsp
with some value pass to it, then test2.jsp will do some database query, and
then display HTML page to the same browser window calling the test.jsp.
Can anyone give me some idea how to do this ? or if you can post some
example or web site that will be very helpful.
Thanks.
David
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
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