getRequest()
<% HttpServletRequest req = (HttpServletRequest)pageContext.getRequest(); String name = req.getParameter("name"); %>