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 65816 - Provide hyperlinking for JSP files
Summary: Provide hyperlinking for JSP files
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 10:27 UTC by Marek Fukala
Modified: 2016-07-07 08:55 UTC (History)
1 user (show)

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 Marek Fukala 2005-10-04 10:27:53 UTC
The java like hyperlinking should work at least for:
1) html links where possible (<%@include%>,<a href=""> etc..)
2) java code in scriptlets
"may work":
3) java beans linking (<jsp:useBean/>)
4) custonm tags linking (to tagfiles or tlds)

Add more if you have something useful on your mind please.
Comment 1 vnicolici 2005-11-01 14:53:10 UTC
5. JSTL expressions <c:out value="${foo.bar}" /> and <td>${foo.bar}</td>, 
should be treated like <%= foo.getBar () %> where possible.
Comment 2 Martin Balin 2016-07-07 08:55:59 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