jsf显示图片问题

来源:百度知道 编辑:UC知道 时间:2024/05/15 19:58:44
我想用<h:dataTable>从数据库查出信息,在界面显示3X3的列表
我的QQ:348059300急需解决

<div id="detail">
<x:dataList value="#{IndexTreeSoftTypeBean.fatherSoft}" var="fathersoft" layout="lineDirection">
<ul class="detail_N">
<li class="title">
<h3><h:outputText value="#{fathersoft.type_name}"/></h3>
</li>
<h:form>
<li class="content">
<h:dataTable value="#{fathersoft.tv}" var="sonsoft">
<h:column>
<p>