Bug 8233 - <c:set> fails to throw JspException if the value of the target property is not a JavaBean or an instance of java.util.Map.
Summary: <c:set> fails to throw JspException if the value of the target property is no...
Status: RESOLVED FIXED
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 01:00 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 01:00:29 UTC
Given:

<% Integer myInt = new Integer(-1);
   pageContext.setAttribute("mInt", myInt); %>

<c:set value="test" target="${mInt}" property="invalid"/>
Comment 1 Shawn Bayern 2002-04-18 01:22:10 UTC
Fixed.