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 - [50cat] Provide Go To Source on jsp:useBean
Summary: [50cat] Provide Go To Source on jsp:useBean
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-07 12:56 UTC by cezariusz
Modified: 2016-07-07 08:56 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 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