Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Open Declaration from selection in xhtml
Open Declaration from selection in xhtml [message #618570] Fri, 24 October 2008 15:08
Michael Giroux is currently offline Michael GirouxFriend
Messages: 81
Registered: July 2009
Location: Phoenix, AZ
Member
Is there a plan to implement an "Open Declaration" menu that navigates to
the Java class associated with an action or value reference in xhtml?

For example, if document contains a command button like this:
<h:commandButton value="Search" action="#{commentSearch.search}"
id="commentSearchRequest_searchComments" />

and faces-config.xml contains:
<managed-bean>
<managed-bean-name>commentSearch</managed-bean-name>
<managed-bean-class>
mycompany.CommentSearchBean
</managed-bean-class>
</managed-bean>

It would be nice to be able to go directly to the Java code at
mycompany.CommentSearchBean.search() by placing the cursor in the
#{commentSearch.search} portion of the xhtml document, and selecting an
Open Declaration menu.
Previous Topic:API and UI changes for adoption of Library Provider Framework
Next Topic:Open Declaration from selection in xhtml
Goto Forum:
  


Current Time: Sat Apr 27 08:55:15 GMT 2024

Powered by FUDForum. Page generated in 0.03218 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top