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

Summary: Provide hyperlinking for JSP files
Product: javaee Reporter: Marek Fukala <mfukala>
Component: JSPAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: vnicolici
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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