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" />
-- 
View this message in context: 
http://www.nabble.com/-Tiles-2-Standalone--Where-are-my-JSTL-EL-variables--tp15021180p15031545.html
Sent from the tiles users mailing list archive at Nabble.com.

Reply via email to