当我使用List <string>时,primefaces dataTable有问题

时间:2018-09-17 07:17:06

标签: primefaces

任何人都知道为什么执行以下操作

<p:dataTable id="tblFileList" value="#{bean.fileNames}" var="f" rowIndexVar="row" style="width:700px;">
   <p:column headerText="#" style="width:100px;">
      <h:outputText value="#{row+1}" styleClass="en" />
   </p:column>
   <p:column headerText="Name" style="width:100px;">
      <h:outputText value="#{f}" styleClass="en" />
   </p:column>
</p:dataTable>

废话给我

enter image description here

0 个答案:

没有答案