In MyEclipse Enterprise Workbench v3.8.0, I can perform a “Refactor -> Move….” on a JSP file to move it to a new folder in my project. When I do this, struts-config.xml is not updated, and all of my “path” attribute values in my global forwards and the “input” attribute values in my actions that referred to the JSP file no longer refer to its proper location.
Is refactoring supposed to behave in this manner, or is it broken?