[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools.jsf] Any way for References in Project to include XHTML references
|
This may already work if using a project created with the Dynamic Web
Project Wizard, but I'm working with a project originally created as a
Java project.
My project contains xhtml documents with action references to managed bean
methods:
ex.
xhtml:
<h:commandButton ... action="#{mb.cmdMethod}" .../>
faces-config.xml:
defines a managed bean named "mb".
When I click on the cmdMethod method of the java implementation for the
managed bean and select "references in project", it would be nice if the
xhtml "<h:commandButton ..." element was identified as one of the
references.
Is this planned, or perhaps already implemented?
Michael