HTML file to call servlet
==========================
<form method="Delete" action="http://wwopsit4.ebay:8080/servlet/servlet1">
  <p><input TYPE="SUBMIT" VALUE="Submit"> <input
TYPE="RESET" Value="Clear"> </p>
</form>

The **servlet1** does contain doDelete method.
Even i have metioned method=Delete in HTML file,it is invoking doGet method instead of
doDelete method.
My Question is if i want to invoke doDelete method of the servlet, What should i do?


                Thank you
                Saminathan Seerangan
                510-574-7898

___________________________________________________________________________
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