assuming it wasn't a spelling error (varnem1  ->  "varname1"),

request.getParameter("varnem1")
request.getParameter("varnam2")


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Modassir Sattar
Sent: Tuesday, October 31, 2000 10:30 AM
To: [EMAIL PROTECTED]
Subject:


Hi everyone,

Can you please give me some information about how I can check individual
parameter passed with the file name.

filename.jsp?varnem1=value1&varnam2=value2

I am using IBM WebSphere.

When I tried request.getQueryString("varname1"), I got page full of errors.

Thanks for the help

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to