This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 158156 - NullPointerException at javax.faces.convert.DateTimeConverter.getAsString
Summary: NullPointerException at javax.faces.convert.DateTimeConverter.getAsString
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 16:24 UTC by kotetsu
Modified: 2009-02-19 23:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 18911


Attachments
stacktrace (3.67 KB, text/plain)
2009-02-08 16:24 UTC, kotetsu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kotetsu 2009-02-08 16:24:54 UTC
Build: NetBeans IDE 6.5 (Build 200811100614)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at javax.faces.convert.DateTimeConverter.getAsString(DateTimeConverter.java:421)
        at com.sun.rave.faces.converter.CalendarConverter.getAsString(CalendarConverter.java:291)
        at com.sun.faces.application.ConverterPropertyEditorBase.getAsText(ConverterPropertyEditorBase.java:149)
        at org.netbeans.modules.form.FormPropertyEditor.getAsText(FormPropertyEditor.java:234)
        at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.reset(RendererFactory.java:967)
        at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.connect(RendererFactory.java:931)
Comment 1 kotetsu 2009-02-08 16:24:59 UTC
Created attachment 76714 [details]
stacktrace