https://issues.apache.org/bugzilla/show_bug.cgi?id=50126
Summary: EL for JSF 1.2 doesn't work on JSP-Tag-Files (*.tag)
Product: Tomcat 6
Version: 6.0.26
Platform: Macintosh
Status: NEW
Severity: normal
Priority: P2
Component: Servlet & JSP API
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26189)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26189)
Maven 2 example project.
When have a Tag File like WEB-INF/tags/layout/page.tag with an EL expression
inside like
<h:outputText value="Does the EL work in Tag Files? 1 + 1 = #{ 1 + 1 }"/>
The expression will not be evaluated.
In JSP files it works.
Bug exists in version 6.0.26, 6.0.28, 6.0.29:
output: 1 + 1 = #{ 1 + 1 }
In version 6.0.24 there is no problem:
output: 1 + 1 = 2
I've attached a zipped Maven 2 project. A call of "mvn package" will build a
war file.
The problem also exists with MyFaces and Mojarra (use -P mojarra for maven)
--
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: [email protected]
For additional commands, e-mail: [email protected]