Hi all,
Wondering if anyone else is noticing what I am. When I forward to a URL from
the controller servlet, the web browser URL shows the information as if it
were a GET method, but I am using POST.
<form action="Enroll.do" method="post">
When the controller servlet forwards, should I remove attributes or
something? Is there something I need to do to the request object, or the
response object? If I recall, Im not to touch the response object because
then it screws up the forward output of the JSP page.
Thanks.
===========================================================================
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