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 70016

Summary: [50cat] Provide Go To Source on jsp:useBean
Product: javaee Reporter: cezariusz <cezariusz>
Component: CodeAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description cezariusz 2005-12-07 12:56:57 UTC
[ BUILD # : 200512051900 ]
[ JDK VERSION : 1.5.0_02 ]

JSP file:

<jsp:useBean id="projects" scope="session" class="com.comarch.powersource.PsProjects" />
<jsp:useBean id="file" scope="session" class="com.comarch.powersource.PsFile" />
<jsp:useBean id="fileHistory" scope="session" class="com.comarch.powersource.PsFileHistory" />

Go To Source on PsProjects and other classes should jump to the class definition.
Comment 1 Martin Balin 2016-07-07 08:56:22 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