Bug 7734 - If an empty string is provided to the value attribute of the formatNumber action (either EL or RT), an Exception occurs.
Summary: If an empty string is provided to the value attribute of the formatNumber act...
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-03 20:29 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-03 20:29:24 UTC
Given:

<fmt:formatNumber value=""/>
 -or-
<fmt-rt:formatNumber value=""/>

Result:

javax.servlet.jsp.JspTagException: Unparseable number: ""
	at
org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport.doEndTag(FormatNumberSupport.java:180)
Comment 1 Jan Luehe 2002-04-03 21:13:04 UTC
Fixed.