Re: Servlet parameters

That's in the servlet documentation:

http://www.w3.org/Jigsaw/Doc/User/servlets.html#parameters

Regards, Benoit.

Tom Waterhouse wrote:

> I didn't see in the documentation as to how parameters are passed to
> servlets in Jigsaw.  I have been using
> http://localhost/servlet/myservlet/foo?param1=snert with JRun.  This passes
> the parameter 'param1' with the value of 'snert' to the path 'foo'.  This
> does not seem to work for Jigsaw (I received null-pointer exceptions).
>
> Does Jigsaw handle servlet parameters?
>
> Tom Waterhouse
> Novato, CA
> tomwater@earthlink.net

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

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

Received on Friday, 26 February 1999 04:07:51 UTC