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 20920 - Show taglib URIs as code completion for the URI field in the @taglib directive
Summary: Show taglib URIs as code completion for the URI field in the @taglib directive
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: -FFJ-
Hardware: All All
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-27 01:32 UTC by jhoffman
Modified: 2003-07-02 08:30 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 jhoffman 2002-02-27 01:32:36 UTC
In the JSP editor, show the current list of taglib URIs (in the deployment descriptor) for
the code completion option for the uri parameter in the @taglib directive.

<%@taglib  prefix="tag" uri=
                                              /mytaglib
                                              /standard
Comment 1 _ rkubacki 2002-04-12 17:03:57 UTC
This works. URIs are obtained from the result of JSP parsing - they
include taglibs defined in web.xml and also taglibs found in jar files
in WEB-INF/lib (META-IND/tlds/*.tld entries).

I checked this with both trunk and orion
Comment 2 Petr Jiricka 2002-04-23 10:03:31 UTC
Changing target milestone to FFJ 4.0
Comment 3 Petr Jiricka 2002-04-23 10:15:40 UTC
Changing target milestone to FFJ 4.0
Comment 4 Jason Rush 2003-04-03 05:38:43 UTC
Verified in Nevada build 030401.
Comment 5 Quality Engineering 2003-07-02 08:30:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.