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 171321 - implicit navigation support
Summary: implicit navigation support
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 13:07 UTC by Troy Giunipero
Modified: 2014-01-16 10:29 UTC (History)
2 users (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 Troy Giunipero 2009-09-02 13:07:26 UTC
When user enters a JSF tag, such as:

   <h:commandButton id="submit"
                    action="response"
                    value="submit" />

    And user invokes code completion (Ctrl-Space) on action's value, the IDE could:

  1. offer a list of possible outcomes (e.g., in the above example, if 'response.xhtml'
     file already exists in the web document root, and Ctrl-Space is pressed, 'response'
     is listed)
  2. if the user enters a value that doesn't exist, the IDE automatically generates the
     file and includes necessary namespace declarations