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 152540 - jsp tag handler hyperlinking
Summary: jsp tag handler hyperlinking
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 13:33 UTC by Jindrich Sedek
Modified: 2016-07-07 08:54 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 Jindrich Sedek 2008-11-06 13:33:41 UTC
I have jsp file with my taglibrary and I'm using jsp tags:
------------------
<%@taglib prefix="myTaglib"  uri="/WEB-INF/tlds/myLibrary" %>
<myTaglib:myTag />
<myTaglib:NewTagHandler />
----------------------
the hyperlinking for tag files works well - Press Ctrl + click on <myTaglib:myTag> navigates to target tag file
it would be good to navigate also to tag handlers
Comment 1 Martin Balin 2016-07-07 08:54:11 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