Forum Moderators: open
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