我在数据库中查找出9条不同的记录,我要在前台使用<h:dataTable>显示成3X3的图片列表,
可是我不知道如何控制jsf自动显示的列,在线等待解决问题<h:dataTable cellpadding="0"  styleClass="tt" cellspacing="0" id="dt" value="#{histroyimgJSF.dataModel}" var="row"
rows="3">
<h:column>
<h:panelGrid columns="3">
<h:commandLink action="#{histroyimgJSF.getShowSIndexValue}" rendered="true" >
<f:param  name="tempId" value="#{row.HId}"/>
<h:graphicImage url="#{row.HUrl}" width="200" height="150"/>
</h:commandLink>
</h:panelGrid>
</h:column>
</h:dataTable> 
补充#1 2009-12-9 10:04:11 我的QQ号348059300 等待高手解决,在线等