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 268765

Summary: IllegalArgumentException: Called DataObject.find on null
Product: javaee Reporter: ggghhhjjj
Component: StrutsAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227035
Attachments: stacktrace

Description ggghhhjjj 2016-11-01 12:28:46 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
ggghhhjjj: Create new Struts Action on click on the Next buttone on the first wizard's window




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:608)
   at org.netbeans.modules.web.struts.StrutsConfigUtilities.createConfigElements(StrutsConfigUtilities.java:135)
   at org.netbeans.modules.web.struts.StrutsConfigUtilities.getAllActionsInModule(StrutsConfigUtilities.java:97)
   at org.netbeans.modules.web.struts.wizards.ActionPanel1Visual.read(ActionPanel1Visual.java:431)
   at org.netbeans.modules.web.struts.wizards.ActionPanel1.readSettings(ActionPanel1.java:90)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
Comment 1 ggghhhjjj 2016-11-01 12:28:48 UTC
Created attachment 162711 [details]
stacktrace