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 158043 - NullPointerException at com.icesoft.faces.dt.DataTableAddColumnGroup.invoke
Summary: NullPointerException at com.icesoft.faces.dt.DataTableAddColumnGroup.invoke
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Winston Prakash
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 21:16 UTC by tonny_logicc
Modified: 2009-02-19 23:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 134962


Attachments
stacktrace (2.71 KB, text/plain)
2009-02-05 21:17 UTC, tonny_logicc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonny_logicc 2009-02-05 21:16:55 UTC
Build: NetBeans IDE 6.5 (Build 200812050001)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at com.icesoft.faces.dt.DataTableAddColumnGroup.invoke(DataTableAddColumnGroup.java:33)
        at org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction.invokeDisplayAction(AbstractDisplayActionAction.java:143)
        at org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction.access$200(AbstractDisplayActionAction.java:94)
        at org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction$SingleDisplayActionAction.actionPerformed(AbstractDisplayActionAction.java:272)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 tonny_logicc 2009-02-05 21:17:18 UTC
Created attachment 76632 [details]
stacktrace