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 104076 - Provide codecompletion for JSF page="/faces/..." directive
Summary: Provide codecompletion for JSF page="/faces/..." directive
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 15:43 UTC by tomzi
Modified: 2016-07-07 08:53 UTC (History)
0 users

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 tomzi 2007-05-16 15:43:06 UTC
If I create a jsp page in a JSF environment and add <jsp:forward page="/faces/
and then start codecompletion it only gives me the jsp pages that can be accessed. 

But it should also show me the faces pages which are configured in faces-config
files.
Comment 1 Andrei Badea 2007-10-12 15:59:49 UTC
Could you please post an example of a faces-config.xml file containing a page you would like to see in the code completion?
Comment 2 Petr Pisl 2007-10-12 17:33:37 UTC
I think, what the reporter want to say is that you can not use the relative or absolute path to a jsp file with jsf
tags. The link has to contain the mapping for faces servlet to be proceed though the faces servlet. 
Comment 3 Petr Pisl 2007-10-24 15:19:34 UTC
Marking as enhancement.
Comment 4 _ potingwu 2008-05-15 21:33:07 UTC
The NetBeans 6.5 code completion features are mostly concentrated on Managed Beans and Resource Bundles (see issue#117877).
Comment 5 Martin Balin 2016-07-07 08:53:15 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