Hi,

I have a bunch of servlets which essentially do the following (usually in
the doPost method)
- parse the input parameters
- based on the values of the parameters, get appropriate data from the
database
- output the html along with the database data back to the browser

I would like to use JSP to do the above.

What's the best way to do it? If I have to convert this into a bean, how can
I do it?

Thanks for the help.

Ram

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to