missing fn taglib directive in casConfirmView.jsp

Mat Lowery mlowery at pentaho.org
Tue Mar 13 23:03:29 EDT 2007


It looks like only 3.0.5 is affected.  3.0.6 and 3.0.7-RC1 both have the fn
taglib directive.  Don't know how I missed that.  Thanks!

________________________________________
From: cas-bounces at tp.its.yale.edu [mailto:cas-bounces at tp.its.yale.edu] On
Behalf Of Scott Battaglia
Sent: Tuesday, March 13, 2007 10:47 PM
To: Yale CAS mailing list
Subject: Re: missing fn taglib directive in casConfirmView.jsp

It should retrieve that taglib from its include file. Is it not?  If its not
accepting the fn taglib then it should have trouble with the Spring one
also.

This is what is in the top.jsp:
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>

-Scott

On 3/13/07, Mat Lowery <mlowery at pentaho.org> wrote:
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

_______________________________________________ 
Yale CAS mailing list
cas at tp.its.yale.edu
http://tp.its.yale.edu/mailman/listinfo/cas



-- 
-Scott Battaglia

LinkedIn: http://www.linkedin.com/in/scottbattaglia 



More information about the cas mailing list