http get method not allowed by URL
Hi,
I may have inadvertently sent a blank msg a minute ago. Sorry if so!
I am seeing this error: http get method not allowed by URL.
My html calls a Servlet which has both a doPost and a doGet method. The action in my html originally used method="post". I tried changing it to "get" and get same error. If I take out the method part out of the action completely, I still see the error. I saw the recent post on having args switched (req and resp) when calling the servlet and getting this error, but my args look ok. Any ideas?
Thanks
|