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 126923 - refactoring of packages does not update struts-config.xml
Summary: refactoring of packages does not update struts-config.xml
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-07 16:00 UTC by shche123
Modified: 2009-11-02 11:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
struts project (2.46 MB, application/octet-stream)
2008-02-13 16:36 UTC, shche123
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shche123 2008-02-07 16:00:27 UTC
refactoring of packages does not update the struts-config.xml file

        <action path="/register/form"
                type="sl314.controller.RegisterAction">
            <forward name="success" path="/register/thank_you.view"/>
            <forward name="error" path="/register/form.view"/>
        </action>

sl314.controller.RegisterAction was refactored to soccer.controller.RegisterAction
Comment 1 _ potingwu 2008-02-07 18:29:57 UTC
I do see the refactoring handler does not handle this case.

If you can attach a simple example project, then that will help a lot for the development. Thanks!
Comment 2 shche123 2008-02-13 16:36:36 UTC
Created attachment 56628 [details]
struts project
Comment 3 shche123 2008-02-15 16:24:33 UTC
Note:

    <!-- ========== Message Resource Bundle ================================= -->
    <message-resources parameter="com.myapp.struts.ApplicationResources" null="false" /> 

needs to be able to be refactored as well...
Comment 4 _ potingwu 2008-11-20 23:33:12 UTC
.
Comment 5 Quality Engineering 2009-11-02 11:13:31 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX