jsf中数据循环

1. h:dataTable In dataTable, JSF helps you to generate all the HTML table tags. <h:dataTable value="#{order.orderList}" var="o">   <h:column> #{o.orderNo} </h:column>   <h:column> #{o.productNa
相关文章
相关标签/搜索