jsf中怎么使用eXtremeTable

大道至简_wu 2006-08-11 04:43:02
如题,整了好几天也没有搞定,eXtremeTable官方网站上也没有找到答案。望高手指点。
...全文
288 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
大道至简_wu 2006-08-18
  • 打赏
  • 举报
回复
非常感谢!请接分。
Hexin5050 2006-08-13
  • 打赏
  • 举报
回复
后台用request.setAttribute("pojo", pojo),或session.setAttribute("pojo", pojo)存数据, JSP页面中用<ec:table items="pojo" view="compact" var="pres" action="" imagePath="${pageContext.request.contextPath}/images/table/compact/*.gif" title="expendableSuppliesList.title">

<ec:exportPdf fileName="output.pdf" tooltip="Export PDF" headerColor="black" headerBackgroundColor="#b6c2da" headerTitle="expendableSuppliesList.title" />
<ec:exportXls view="xls" fileName="xxx.xls" tooltip="excel" />

<ec:row highlightRow="true">
<ec:column alias="selectR" headerCell="selectAll" filterable="false" viewsAllowed="html" style="width:5px">
<input type="checkbox" name="selectR" value= />
</ec:column>
<ec:column property="materialsName" title="expendableSuppliesForm.materialsName" />
<ec:column property="specAndModel" title="expendableSuppliesForm.specAndModel" />
<ec:column property="unitPrice" title="expendableSuppliesForm.unitPrice" cell="currency" format="###,###,##0.00" />
<ec:column property="amount" title="expendableSuppliesForm.amount" />

<ec:column property="storeDate" title="expendableSuppliesForm.storeDate" cell="date" parse="yyyy-MM-dd" format="yyyy-MM-dd" />
ec:column>
</ec:row>
</ec:table>
masse 2006-08-11
  • 打赏
  • 举报
回复
到它的论坛问吧,或者直接发信给作者。
open source的很多作者都会很快给你回信的。
我就这么干,呵呵。

67,512

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧