Bug 8411 - If an null or empty timezone is passed to parseDate, no value is displayed.
Summary: If an null or empty timezone is passed to parseDate, no value is displayed.
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-23 12:42 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 12:42:54 UTC
According to the spec, if timeZone is null or empty, the action will behave as if
it was not specified.  However, it appears that instead, nothing is displayed.
Comment 1 Ryan Lubke 2002-04-23 18:20:29 UTC
User error.