Hi Duke ,

I think if U are using a form and a post method < FORM method=post
action="http://.../servlet " .... you should have a  function called doPost
in the servlet
However when U do the same thing with a GET ( action =GET) then U should
override the doGet method
if U type the url ( http://myserver/servlet/servletname in the address of
your browser then the get method is called

Manu
----- Original Message -----
From: Duke Martin <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 24, 1999 9:18 PM
Subject: doPost method error??? Please help!!!


> Hello,
>
> Why is it that  when I begin my servlet with 'doPost' rather thatn
'doGet',
> I receive a "GET is not supported by this url" error???
>
> Duke
>
>
___________________________________________________________________________
> 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

Reply via email to