parameters lost

I am using a servlet to get parameters set in a request by a previous page. I am using IIS and Tomcat. When I get to the servlet, the parameter value is null.

There are 2 ways this parameter's value is being set. One is thru hidden fields in the jsp and the other is thru hardcoded links(which contain the url+parameter) which is being parsed from an xml when these are generated on the page.

I was wondering, is there any issue on tomcat/java losing parameter values or parameters?

Thanks!

[516 byte] By [rachehernandeza] at [2007-10-3 1:31:30]
# 1
issue can be a page redirects to a servlet?
jgalacambraa at 2007-7-14 18:29:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
what do you mean by this page redirecting to a servlet? Will it loose the request parameters if it goes to a servlet?
rachehernandeza at 2007-7-14 18:29:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...