If you post to the servlet, getQueryString() should return null. But if your request looks like: http://localhost:8080/myapp/myservlet?foo=bar then getQueryString() should return "foo=bar"
Which case is it? > -----Original Message----- > From: Sumit Mittal [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 1:18 PM > To: [EMAIL PROTECTED] > Subject: problem with getQueryString > > > Hi, > > I am using Tomcat version 4.1.24 and j2ee version > 1.3.1 for running servlets. However, the methong > getQueryString returns a null, even when the > parameters are not null. > > Any suggestions/ideas would be highly helpful. > > Regards, > Sumit > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
