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 81131

Summary: ActionForm refactoring incomplete
Product: javaee Reporter: bgt <bgt>
Component: StrutsAssignee: _ potingwu <potingwu>
Status: RESOLVED WONTFIX    
Severity: blocker CC: emononen
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 64092    
Bug Blocks:    

Description bgt 2006-07-26 08:26:16 UTC
Writing a servlet with Struts support, I created an ActionForm which I at first
named LisaaSuoriteActionForm. I then decided to refactor the name to
LisaaSuoriteForm, to make it shorter. Next I started to create a new Action to
use this ActionForm. However, in the wizard, where it asked for which ActionForm
the new Action would use, the choises only included the old name
LisaaSuoriteActionForm and once I ended up selecting it, the wizard had used the
outdated name everywhere.

Apparently there are places where the refactoring doesn't update the new name.
Comment 1 Jiri Prox 2006-07-26 10:19:07 UTC
Reassigning to web/struts
Comment 2 Petr Pisl 2006-07-26 13:43:52 UTC
The refactoring doesn't influence the struts-config.xml  file, where the action
is defined. This is the place, where the wizard takes the names. The Struts
support doesn't have implemented any refactoring.
Comment 3 Erno Mononen 2007-10-17 13:29:27 UTC
I'm afraid it is too late to add refactoring support for Struts in 6.0, so I'm setting the TM to future.
Comment 4 _ potingwu 2008-11-20 23:30:27 UTC
.
Comment 5 Quality Engineering 2009-11-02 11:18:00 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX