Bug 8259 - <c:out> is unable to handle some EL expressions after most recent changes to at RT support.
Summary: <c:out> is unable to handle some EL expressions after most recent changes to ...
Status: RESOLVED INVALID
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-18 15:54 UTC by Ryan Lubke
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.