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 77719 - new refactoring feature for jsf
Summary: new refactoring feature for jsf
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks: 173299
  Show dependency tree
 
Reported: 2006-06-12 13:54 UTC by Lukasz Grela
Modified: 2016-07-07 08:56 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Grela 2006-06-12 13:54:40 UTC
deleting on renaming jsp files should affect faces-config.xml
Comment 1 _ potingwu 2008-09-02 22:24:52 UTC
I think you are asking for page flow. Yes, it's not implemented feature yet.

e.g., refatoring P1.jsp to foo.jsp will not update the <navigation-rule>!

    <navigation-rule>
        <from-view-id>/P1.jsp</from-view-id>
        <navigation-case>
            <from-outcome>case1</from-outcome>
            <to-view-id>/P2.jsp</to-view-id>
        </navigation-case>
    </navigation-rule>
Comment 2 Martin Balin 2016-07-07 08:56:18 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss