Since all webapps rely on request parameters, I'd say this would be a
huge bug if it were one.  So huge that it would render Tomcat unusable
for any commercial grade application.  Such a bug would fill this list
with hundreds or thousands of complaints.

Since we're not seeing those complaints, it's probably safe to assume
it's your code.

Maybe you could post your servlet code and the HTML form or link that
sends those parameters and we can have a look.


On Fri, 2006-07-28 at 20:28, rache wrote:
> 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!


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to