Can servlets exist under WEB-INF/classes/ in package directories and be
found _without_ a servlet mapping? as in /servlet/SSNServer?
I'm working on the case study in chapter 13 of wrox "Professional JSP" and
I'm finding that the example code doesn't match their book source and I have
some questions about their placement of servlets. For example. The
loginStep1.jsp doesn't work as a POST method form but only as a GET. Not
sure but getParameter("submitStep1" always returns null when form is a POST.
With the above url in a jsp:forward where will the class loader look
for the servlet class?
===========================================================================
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