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 #476041] Fri, 24 October 2008 11:08 Go to previous message
Michael Giroux is currently offline Michael Giroux
Messages: 78
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.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Open Declaration from selection in xhtml
Next Topic:Faces Config Editor only showing Source tab
Goto Forum:
  


Current Time: Sat May 18 19:33:38 EDT 2013

Powered by FUDForum. Page generated in 0.05318 seconds