Can't read POST parameters in a Servlet

2002-12-09 Thread Ivan Venuti
Hi, I have this problem: from an HTML page I call a Servlet via a form like this: form name=richiesta method=post action=servletName input type=hidden name=in_file value=9177.doc ... input type=hidden name=port value=8787 /form In the Servlet I retrieve the parameters with

Re: Can't read POST parameters in a Servlet

2002-12-09 Thread David Brown
Ivan Venuti writes: Hi, I have this problem: from an HTML page I call a Servlet via a form like this: form name=richiesta method=post action=servletName input type=hidden name=in_file value=9177.doc ... input type=hidden name=port value=8787 /form In the Servlet I retrieve the