missing fn taglib directive in casConfirmView.jsp

Mat Lowery mlowery at pentaho.org
Tue Mar 13 22:35:59 EDT 2007


webapp/WEB-INF/view/jsp/default/ui/casConfirmView.jsp is missing a taglib
directive for the fn taglib.  I've confirmed this in 3.0.5 and it looks like
3.0.7-RC1 has the same problem.  Adding the line below fixes the problem:

<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>

Mat Lowery 




More information about the cas mailing list