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!

