You can get a reference in the server to the RequestDispatcher from the ServletContext and have it display a .jsp page instead (for the "GET side"). And the .jsp page can refer to the "POST side" of the servlet for processing of the data. I have found this approach in a book, and it seems very elegant to me.
Mo�s G�bor ----- Original Message ----- From: "Michael Wills" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 4:44 PM Subject: Re: Now that I have my first servlet written... > <snip> Yes, it can be messy. I use an html API for my servlets. It keeps > the nasty business of writing all the html tags away from the servlets. > </snip> > > Mike, > Is this something you found? Or something you created? Not that it would be > hard to make. > > > ---------------------------- > Mike Wills > AS400 Programmer > [EMAIL PROTECTED] > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
