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 - ActionForm refactoring incomplete
Summary: ActionForm refactoring incomplete
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on: 64092
Blocks:
  Show dependency tree
 
Reported: 2006-07-26 08:26 UTC by bgt
Modified: 2009-11-02 11:18 UTC (History)
1 user (show)

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 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