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 165752 - Fixes for auto-importing JSP taglibs
Summary: Fixes for auto-importing JSP taglibs
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 22:32 UTC by malfunction84
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 malfunction84 2009-05-21 22:32:04 UTC
In the Java editor, when you use a class you haven't imported, it offers a fix to import that class.  It would be nice
if the JSP did something similar, only for JSP tags.

For instance, if I paste code into a JSP which uses <c:forEach>, it should warn me that no such tag exists, then offer a
fix which will add a taglib JSP directive for JSTL Core to my page.

(Not to be confused with issue 164757, although if a "Fix Imports" feature is ever implemented for Java code in a JSP
file, it should "Fix Taglibs" too.)
Comment 1 Martin Balin 2016-07-07 08:53:20 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