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
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
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