String productName = request.getParameter("reportType");
Julian
Pat Young wrote:
I need to be able to access a parameter from a query
string.
My url looks like... http://localhost:8080/myApp/reports/summaryReport.jsp?reportType=print
I need to be able to access the reportType parameter from this URL. What is the best way to do this?
Pat Young
__________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.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]

