You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/10/21 01:00:12 UTC

DO NOT REPLY [Bug 50126] EL for JSF 1.2 doesn't work on JSP-Tag-Files (*.tag)

https://issues.apache.org/bugzilla/show_bug.cgi?id=50126

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
         OS/Version|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> 2010-10-20 19:00:08 EDT ---
You are using an implicit tag library with no TLD so the JSP version defaults
2.0 (as per the JSP 2.1 spec). Deferred EL is treated as literal text in JSP
2.0 and earlier.

The change between 6.0.24 and 6.0.26 was the fix for bug 48668 that tightened
up the handling of deferred syntax.

If you need further assistance with this, please ask on the users mailing list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org