Bug 8259

Summary: <c:out> is unable to handle some EL expressions after most recent changes to at RT support.
Product: Taglibs Reporter: Ryan Lubke <Ryan.Lubke>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED INVALID    
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Ryan Lubke 2002-04-18 15:54:04 UTC
Given:

<c:out value="${row[0][0]}"/>

Results in the following:

An error occurred while evaluating custom action attribute "value" with value
"${row[0][0]}": Unable to find a value for "0" in object of class
"java.lang.String" using operator "[]"

This was working previously.
Comment 1 Shawn Bayern 2002-04-19 22:41:25 UTC
Ryan said this was the result of a partial, inconsistent build.