Implement pagination in JSP page in a Spring MVC and Hibernate application Thanks for adding some more details Vincent :) Last question, the name of my link, that I want to be the number of the current page using ${page} is not interpreted, I am probably missing something: <li><a href="<c:url value="/listing.htm" ><c:param name="page" value="${page}"/>${page}</c:url>"></a></li>