Bug 8427 - An NPE is thrown if the parseLocale attribute of the parseNumber action is provided a null or empty value.
Summary: An NPE is thrown if the parseLocale attribute of the parseNumber action is pr...
Status: RESOLVED DUPLICATE of bug 8335
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-23 18:26 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-23 18:26:25 UTC
java.lang.NullPointerException
     [java] 	at
org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport.parseLocale(SetLocaleSupport.java:184)
     [java] 	at
org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport.parseLocale(SetLocaleSupport.java:156)
     [java] 	at
org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag.setParseLocale(ParseNumberTag.java:96)
Comment 1 Jan Luehe 2002-04-23 21:10:45 UTC

*** This bug has been marked as a duplicate of 8335 ***