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 118525 - [60cat] Select Managed Bean Class from JSF page
Summary: [60cat] Select Managed Bean Class from JSF page
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 11:12 UTC by davidsalter
Modified: 2016-07-07 08:55 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 davidsalter 2007-10-11 11:12:13 UTC
[ BUILD # : 200710090000 ]
[ JDK VERSION : 1.6.0_02 ]

Within a JSP page, it would be useful if there were a right click 
option to select the Java code for a managed bean.  For example, if 
a JSF page had the following in it:

<h:inputHidden id="..." value="#{MyManagedBean....}"/>

it should be possible to right click on "MyManagedBean" and 
selecty an option that would take me to the Java class that 
represents that bean.
Comment 1 davidsalter 2007-10-11 17:18:38 UTC
I've seen that this can be done by pressing the control key (cmd on Mac) and clicking on the entry in the JSP file, however when I'm browsing through source 
code, I prefer to do this via the mouse only so I would still be interested in having a right click menu option to do this.
Comment 2 Martin Balin 2016-07-07 08:55:47 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