Parameter values are set in the jsp either as hardcoded links(http://j.jsp?param=value) or as hidden parameters. When the program enters the doGet() or doPost() method of a servlet and check for the parameter, its null.
String pvalue = req.getParameter("param"); This happens intermittently. Is there any explanation on this. Is this a bug on Tomcat or somethings wrong with my code? Any help would be great! Thanks! -- View this message in context: http://www.nabble.com/Missing-Request-Parameters-tf2018230.html#a5549353 Sent from the Tomcat - User forum at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]