Rudchyk
3/27/2018 - 7:36 AM

Request Scope

Takes all variables from the scope of the page

<c:forEach items="${requestScope}" var="par">
  <li>${par.key} - ${par.value}</li>
</c:forEach>