Are you sure those are init paramaters and not the requestParameters . ?
Point 1:-

If you are handling a post request means you can get the  request parameters
only once .

Point 2 :-

why dont you get the init parameters within the init method of the servelt and
make available to the rest of the servlet code ?

Regards
Yesudas

JangHo Ki wrote:

> Hi, guys.
>
> I am having a problem with getting initial values for a servlet from the
> servlet engine of Java Web Server 2.0
> Funny thing is that I was able to get them on the first try, but if I
> refreshed the same page, it gave me a NullPointException.
> Any help?
>
> Thank
> jhk
>
> ___________________________________________________________________________
> 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

--
I am free and have a destination too far,
                      .... I will keep flying.

___________________________________________________________________________
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

Reply via email to