https://issues.apache.org/bugzilla/show_bug.cgi?id=50143
Summary: jstl 1.2 el in tag files is not interpreted correctly
Product: Tomcat 6
Version: 6.0.29
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26204)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26204)
zip file containing both source files and war file
Inside my index.jsp file, I use a custom tag (defined in a tag file
WEB-INF/tags/myTags/sayHello.tag) like this:
<myTags:sayHello name="Chuck" />
The custom tag uses an attribute 'name' and writes it as output using el
${name}.
The el is not interpreted. The same code works fine on tomcat 6.0.18 in the
same environment.
The attached zip file contains the war file + all source files.
You can reproduce the bug easily:
-deploy the included war file on tomcat 6.0.29
-surf to 'anything.do'
-you will see the text 'Hello ${name}' instead of the expected 'Hello Chuck'
--
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]