Hi :)

I have a servlet that accepts a single paramter. It works fine. Problem is,
when I attempt to change the parameter to something that is invalid, the
servlet seems to use the original value instead.

i.e.

..../name_of_servlet?param1=value1

then

..../name_of_servlet?param1=value2

Each produce the same result. I guess the servlet is using a cached version
of the parameter? Is there a way i might force fresh reload of sorts?

Much obliged,

Robert

___________________________________________________________________________
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