----------------------------------------------------------------
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!!!
----------------------------------------------------------------


I have rebuild jserv (now with --enable-compressed-jar)
and it works.  !!!!!

don't ask why ! :-)

thank you for your help !



-----Ursprüngliche Nachricht-----
Von: Marcel <[EMAIL PROTECTED]>
An: Java Apache Users <[EMAIL PROTECTED]>
Gesendet: Donnerstag, 6. April 2000 13:21
Betreff: Re: Can't get parameters from GET request


> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Hi
>
> I have overridden the correct methods !!
>
> The same servlets which work fine with jserv 1.0 have now problems with
the
> getQueryString()
> you can see the source of the test at
> www.netzone.ch/servlettest/src.txt
> and the result at
> www.netzone.ch/servlets/test?p1=value1
>
>
>
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Wouter Boers <[EMAIL PROTECTED]>
> An: Java Apache Users <[EMAIL PROTECTED]>
> Gesendet: Donnerstag, 6. April 2000 11:55
> Betreff: RE: Can't get parameters from GET request
>
>
> > ----------------------------------------------------------------
> > 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]
>
>
>
> --
> --------------------------------------------------------------
> 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]



--
--------------------------------------------------------------
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