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: dev@tomcat.apache.org
        ReportedBy: kristof.b...@gmail.com


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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to