[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools.jsf] Re: Open Declaration from selection in xhtml
|
Michael Giroux wrote:
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?
What you want works (except this one case, see below) if you hold ctrl
down and mouseover the EL expression, you should get a hyperlink that you
can click to take you to the class or method. It works for JSPs. If you
install the Facelets incubator it will work for XHTML for bean classes and
bean properties. Bean method expressions (i.e. bean.action where the
expression binds to BeanClass.action() instead of
BeanClass.get/setAction()) work for JSP, but I just noticed an outage for
XHTML.
I have launched this bug to track:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=252241
You can CC yourself on the bug to track progress.