On Wed, Apr 21, 1999 at 12:06:03PM +0000, Sigurp�ll J�hannsson wrote:
> Hi all
> Is there any chance to start doPost service with
> <a href="Servlet?parm1=val1&parm2=val2"> instead of default doGet?

        No.

        Clicking a link instructs the browser to GET the URL;
POSTs happen as a result of form submissions in which METHOD="POST".

        Why not just have doGet() call doPost()?

--
Robert Crawford                 [EMAIL PROTECTED]
http://www.iac.net/~crawford

___________________________________________________________________________
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