gpt4 book ai didi

Eclipse 内容辅助在 primefaces var 数据表中不起作用

转载 作者:行者123 更新时间:2023-12-02 04:58:22 29 4
gpt4 key购买 nike

在 Eclipse Kepler SR1 中,内容辅助无法使用数据表 primefaces 中声明的 var:

<p:dataTable value="#{testManagedBean.listAllDomaines()}" var="pRow" >
<p:column>
<h:outputText value="#{pRow.}" />
</p:column>
</p:dataTable>

#{pRow.} + CTRL空格显示enithing。

虽然使用经典数据表没问题:

<h:dataTable value="#{testManagedBean.lstdDomaines}" var="stdRow">
<h:column>
<h:outputText value="#{stdRow.iddom}" />
</h:column>
</h:dataTable>

有什么想法吗?

问候,

史蒂夫

最佳答案

打开 Eclipse 并在菜单栏中选择:

窗口 > 首选项 >

General > Preferences > General > Content Types > Text > JSP(选择)

  • 点击“添加...”按钮
  • 插入:*.xhtml
  • “确定”按钮
  • 现在你的问题已经解决了

关于Eclipse 内容辅助在 primefaces var 数据表中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19355624/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com