Forum Moderators: open

Message Too Old, No Replies

how to receive values in jsp using query string

recieve values in jsp

         

algates

10:40 am on Apr 4, 2005 (gmt 0)



hi
please help me to receive values which is sent from one jsp page to another using query string..
please

Alternative Future

10:48 am on Apr 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello and Welcome to WebmasterWorld algates,

Do you mean something like this:
<%
String myString = request.getParameter("param1");
%>

myString would then become equal to the param1 parameter that has been past on from the requesting JSP.

HTH,

-George