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

Summary: refactoring of packages does not update struts-config.xml
Product: javaee Reporter: shche123 <shche123>
Component: StrutsAssignee: _ potingwu <potingwu>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: struts project

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