Good Morning Ben

what is the specified method for the form?
In the eventuality of lack of method you will call service() method..

HTH,
Martin -
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Ben Souther" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, July 28, 2006 9:21 PM
Subject: Re: Missing Request Parameters


> 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