Re: EL works in JSP but not in tag files

2010-11-09 Thread Georg Lackermair
Oh, this is embarrassing! Mark, thanks so much for the hint. The TLD begins with http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"; version="2.0"> 1.0

EL works in JSP but not in tag files

2010-11-09 Thread Georg Lackermair
Hello everyone, The problem is that EL expressions work well in JSPs, but get ignored in custom tags. i found several related posts on the web, but none helped me to solve this. On adding the line <%@ tag isELIgnored="false" %> i get the following error message: "Tag directive: illegal to have