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 you define
an explicit TLD.

Tag libraries have a default JSP version that is not the same as the
servlet spec version defined in the web app.

Best guess: the default version is a JSP version that doesn't support
the EL you are trying to use. Tomcat recently got a lot stricter about
this in order to fix a handful of EL related bugs.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to