Getting the request parameter

I always forget how to do this so I thought I should write it down.

In JSP:

<%=request.getParameter("foo")%>
">

In JSTL:

In DSP:


Leave a Reply

Your email address will not be published. Required fields are marked *