任何人都知道为什么执行以下操作
<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>
废话给我