Bug 8260 - ClassCastException thrown by <c:when> action when evaluating ${rows[0][0] != key}.
Summary: ClassCastException thrown by <c:when> action when evaluating ${rows[0][0] != ...
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:56 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:56:51 UTC
Resulting stacktrace:
HTTP Status 500 - 


type Exception report

message

description The server encountered an internal error () that prevented it from
fulfilling this request.

exception
java.lang.ClassCastException: javax.servlet.jsp.JspException
	at org.apache.taglibs.standard.tag.el.core.WhenTag.condition(WhenTag.java:98)
	at
org.apache.taglibs.standard.tag.common.core.WhenTagSupport.doStartTag(WhenTagSupport.java:102)

This was working fine before the recent set of updates.
Comment 1 Shawn Bayern 2002-04-19 22:53:48 UTC
Still an issue, Ryan?  I believe we discussed this one outside Bugzilla 
yesterday.
Comment 2 Ryan Lubke 2002-04-22 20:17:52 UTC
Error no longer happens.  Must have been a build env issue.