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 6823 - JSP Page wizard exception
Summary: JSP Page wizard exception
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-14 15:35 UTC by Marek Fukala
Modified: 2002-07-19 15:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2000-06-14 15:35:11 UTC
JSP page wizard throws the an exception. If you want to run the JSP Page wizard
(bean wizard) the exception bellow is thrown.

Wed Jun 14 16:33:51 GMT+02:00 2000java.lang.NullPointerException: null
java.lang.NullPointerException
        at java.awt.Container.addImpl(Container.java:345)
        at java.awt.Container.add(Container.java:267)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPBeanPropInitTable$SpanedTableColu
mnHeader.addGridBagComponent(JSPBeanPropInitTable.java:240)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPBeanPropInitTable$SpanedTableColu
mnHeader.arrangeCompsWithGridBag(JSPBeanPropInitTable.java:252)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPBeanPropInitTable$SpanedTableColu
mnHeader.arrangeComponents(JSPBeanPropInitTable.java:219)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPBeanPropInitTable$SpanedTableColu
mnHeader.initComponents(JSPBeanPropInitTable.java:212)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPBeanPropInitTable$SpanedTableColu
mnHeader.<init>(JSPBeanPropInitTable.java:202)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPBeanPropInitTable.createSpanedTab
leColumnHeader(JSPBeanPropInitTable.java:196)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPBeanPropInitPanel.initComponents(
JSPBeanPropInitPanel.java:68)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPBeanPropInitPanel.<init>(JSPBeanP
ropInitPanel.java:45)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPPageWizard.createJSPPageWizard(JS
PPageWizard.java:173)
        at
org.netbeans.modules.web.wizards.beanjsp.ui.JSPPageWizard.showWizard(JSPPageWiza
rd.java:187)
        at
org.netbeans.modules.web.wizards.beanjsp.ide.JSPPageWizardAction.performAction(J
SPPageWizardAction.java:59)
        at
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemActi
on.java:66)
        at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.ja
va:1504)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
        at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
        at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenu
ItemUI.java:886)
        at java.awt.Component.processMouseEvent(Component.java:3717)
        at java.awt.Component.processEvent(Component.java:3546)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2595)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:912)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
        at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Petr Jiricka 2000-09-22 14:39:59 UTC
JSP page wizard is an experimental module, will fix later.
Comment 2 Marek Fukala 2000-12-07 09:12:59 UTC
*** Bug 7317 has been marked as a duplicate of this bug. ***
Comment 3 _ rkubacki 2000-12-15 14:56:59 UTC
fixed in 3.1 and main trunk, will appear in build 31_30 and build 91