Re: POST Parameters in Jigsaw

Fixed, please check the next maintenance release at [1].

[1] http://jigsaw.w3.org/Devel/classes/

Regards, Benoit.

Congreso de Ingenieros wrote:

> Hi, I'm developing an aplication with several servlets, but I cant make
> it run using Jigsaw, the problem is when I send a POST request with some
> parameters in the action field (something like this)
>
> <form action="http://localhost:8001/servlet/MyServlet?param=anything
> method=POST>
>
> ...
>
> </form>
>
> I cant read the parameter "anything", I'm using the getParameter()
> function of the servlet API. I ran this app using servletrunner and
> everything works fine, but now I dont know if there is some special
> configuration en Jigsaw or something similar. Any advice will be helpfull
>
> Thanks in advance
>
> Andres Portillo

--
- Benoît Mahé -------------------------------------------------------
                      World Wide Web Consortium   (W3C)
                    Architecture domain - Jigsaw Engineer

                http://www.w3.org/People/Mahe  - bmahe@w3.org
---------------------------------------------------------------------

Received on Wednesday, 28 April 1999 05:07:06 UTC