1 Reply Latest reply on Feb 12, 2004 5:21 PM by uhurusurfa

    doPost method is passed the query string from the URI

    uhurusurfa

      I have a form using a POST method but the query string that is passed into the doPost method is the URI query string. How do I access the POST parameters? (ie. if I print req.getQueryString().toString() then the parameters are what is in the URI bar NOT the POST params????!!!!)