Xia Xing wrote:
> hi,
> i'm a newcomer. I met a problem of parameter init in servlet.
> I use Apache + Jserv running servlet. In .properties, I add two lines:
> servlet.hello.code = ****
> servlet.hello.initArgs = results = ****
Do not use spaces around the equals signs. The second line should read:
servlet.hello.initArgs=results=xxxxx
>
> In servlet's init method, I wrote:
> results = getInitParameter("results")
> but results = NULL, why?
>
Craig McClanahan
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html