Hi Craig, list,
>> 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">
>>
>
>I have not seen this behavior.
Nope..your right. What happens is the web URL line shows Enroll.do. Turns
out that I originally didn't specify the POST method, and it automatically
uses GET. When I changed it to POST, the url line only shows Enroll.do, and
nothing else.
I do have another concern though. What happens if someone bookmarks the
Enroll.do URL, and then goes back to it? Wont it try to enroll them by going
to the servlet, but without any form data? What to do in this case?
===========================================================================
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