Hey BO!

        Thanks! I thought that might be one of the possibilities.
I've only overrident the doGet() method. However, overriding
the doPost() method... I'm not clear on how to write it to 
accept values from my form? Or do I just write a blank method?
(I'm new to java as well...)

         I'll try it. Hopefully it's nothing to do with my
Tomcat settings? I'll try overriding as u suggested.

On 27 Mar 2001, at 15:53, Bo Xu wrote:
>
> Hi :-)  I guess it is because:
> did you "override" both doGet/doPost method in your Servlt class?
> if you enter a URL in browser directly, this is a "GET request", so I
> guess
> perhaps you forget the doPost.
> 
> you also can only override "service" method, now both GET/POST
> request will work.
> 
> 
> Bo
> Mar.27, 2001
> 
> 

Reply via email to