Re: Query string / InputStream

2003-06-17 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > > Hi list, > > I have a question to servlets with TC. I set up a easy web site with a form > and request method POST. The action is then a call to a servlet. In this > servlet I implemented doPost and doGet while doPost just calls

Query string / InputStream

2003-06-17 Thread christian . schuster
Hi list, I have a question to servlets with TC. I set up a easy web site with a form and request method POST. The action is then a call to a servlet. In this servlet I implemented doPost and doGet while doPost just calls doGet. Now when the servlet gets called the query string is null. This I