----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


On 06-Apr-2000 Marcel wrote:
>
> With a POST request the request.getParameter("p1") method works fine!
> 

Looks like you are not overriding the right method.

doGet(..) will do the GET request
doPost(..) will do the POST request.

See the Servlet API documention. 

Wouter

-- 
Mphasis Media BV.                         Interactive architects
Wouter Boers <[EMAIL PROTECTED]>   http://www.MphasiS.com
Phone: +31 (0)71 5238575                  Fax: +31 (0)71 5238576
Wouter Boers <[EMAIL PROTECTED]>                http://www.ikke.net


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to