Are you sure the servlet is not using the GET method instead? That would be
your problem in that case. If so, simply add a call to the doPost method
inside the doGet() and you wont see it again. It might be a stupid answer,
but I've seen it happen a number of times.

Christopher

> -----Original Message-----
> From: Simmons, Donald [mailto:[EMAIL PROTECTED]]
> Sent: den 31 januari 2001 14:47
> To: [EMAIL PROTECTED]
> Subject: ACTION= invoking servlets
> 
> 
> to all,
> 
> I am trying to invoke a servlet from a form via POST and 
> action= however the servlet never runs and I don't see any 
> error messages. The URL appears correct in the browser when I 
> invoke it, however nothing happens. Any thoughts? Any help 
> would be appreciated. Thanks.
> 
> dj
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to