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

Summary: Show taglib URIs as code completion for the URI field in the @taglib directive
Product: javaee Reporter: jhoffman <jhoffman>
Component: JSPAssignee: _ rkubacki <rkubacki>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: -FFJ-   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.