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

Re: EL works in JSP but not in tag files

2010-11-09 Thread Mark Thomas
On 09/11/2010 12:15, Georg Lackermair wrote: > > 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. Tag files are always part of tag libraries - whether or not y