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 62388 - New Action wizard throws Exception when not Struts framework
Summary: New Action wizard throws Exception when not Struts framework
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-16 13:07 UTC by zikmund
Modified: 2005-11-02 16:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.reflect.UndeclaredThrowableException at $Proxy11.actionPerformed(Unknown Source) (15.54 KB, text/plain)
2005-08-16 13:08 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-08-16 13:07:48 UTC
Build 20050816-0450

1) Create WebApp without Struts framework support
2) Invoke New Action wizard
3) Press Next
4) EXCEPTION - java.lang.reflect.UndeclaredThrowableException
Comment 1 zikmund 2005-08-16 13:08:12 UTC
Created attachment 23927 [details]
java.lang.reflect.UndeclaredThrowableException at $Proxy11.actionPerformed(Unknown Source)
Comment 2 Petr Pisl 2005-11-02 16:27:49 UTC
Fixed with the previous fixes.
Comment 3 Petr Pisl 2005-11-02 16:43:20 UTC
Checking in Bundle.properties;
/cvs/web/struts/src/org/netbeans/modules/web/struts/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in ActionPanel.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/wizards/ActionPanel.java,v 
<--  ActionPanel.java
new revision: 1.3; previous revision: 1.2
done
Checking in ActionIterator.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/wizards/ActionIterator.java,v
 <--  ActionIterator.java
new revision: 1.7; previous revision: 1.6
done
Checking in ActionPanelVisual.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/wizards/ActionPanelVisual.java,v
 <--  ActionPanelVisual.java
new revision: 1.5; previous revision: 1.4
done