<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%><%/* this odd thing points to something in web.xml */ %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%-- Show pages to select from --%> <% if( request.getAttribute("alpha") != null && ! "all".equalsIgnoreCase((String)request.getAttribute("alpha"))) { request.setAttribute("pageAlpha",request.getAttribute("alpha")); }else{ request.setAttribute("pageAlpha",request.getAttribute("all")); } %>
Pages: ${page.index} ${requestScope.pageAlpha} ${page.text} ${page.text}