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 112141 - Adding a navigation rule manually does not automatically show up in PFE
Summary: Adding a navigation rule manually does not automatically show up in PFE
Status: RESOLVED DUPLICATE of bug 99325
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Joelle Lam
URL:
Keywords:
Depends on: 99325
Blocks:
  Show dependency tree
 
Reported: 2007-08-07 03:11 UTC by Yousuf Haider
Modified: 2009-11-10 06:46 UTC (History)
0 users

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 Yousuf Haider 2007-08-07 03:11:01 UTC
jdk6
Build:200708060000

Steps to reproduce:
1. Create new VW project
2. Create 2 pages.
3. Open PFE, switch to xml editor and add a navigation rule manually:

<navigation-rule>
        <from-view-id>/Page2.jsp</from-view-id>
        <navigation-case>
            <from-outcome>case1</from-outcome>
            <to-view-id>/Page1.jsp</to-view-id>
        </navigation-case>
    </navigation-rule>

4. Switch back to PFE. Rule will not show up.

Either switch views from drop down or open and close faces-config to show the new rule.
Comment 1 Joelle Lam 2007-08-07 03:41:01 UTC
Unfortunately this is a known issue that has yet to be fixed by the web team.

*** This issue has been marked as a duplicate of 99325 ***