Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 Eclipse 中安装了 JBoss 工具插件。F3在Facelets 文件的 EL 表达式中按下("Open Declaration") 时,例如
<h:inputText value="#{sectionSearchController.sectionCode}" />
然后 Eclipse 将导航到相应的类/方法。这在某些项目中工作正常,但在其他项目中它根本不起作用。我不明白为什么。如何配置项目以使其正常工作?我正在使用 Maven 来管理我的项目。
必须启用项目的 JSF facet 才能启用 JBoss JSF 工具。