2008/1/23, Lee Theobald <[EMAIL PROTECTED]>: > > > > > Antonio Petrelli-3 wrote: > > > > Ahhh ok! Now I understand :-) > > You have to use the taglib directive in each JSP file you use it (in > > your case, in header.jspf) > > It's a JSP specification. > > > > Antonio > > > > > > I did try that but all it did was to print out the taglib declaration onto > the screen. So "<%@ taglib uri="http://java.sun.com/jsp/jstl/core" > prefix="c" %> " was printed above "Header" for example. > > Am I including the header file right? I've not put it in a text/no > compilation mode somehow: > <tiles:putAttribute name="header" type="template" > value="../includes/header.jspf" />
This is really strange. Try to rename it to "header.jsp" (just a shot in the dark). Antonio
