I currently have some Servlets that take form data from the request, update a
database, and then forward to another page (using res.sendRedirect()).

My question is:  is there any reason I should convert them to JSPs?  I'm using
the MVC model (with a generic Controller Servlet) and JSPs + beans to display
pages to the user, but what about these "invisible" Servlets?

Am I doing something silly or missing something here?

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