大家好,
我正在使用datatable做一个JSF应用程序。以下是代码 -
<h:dataTable id="dt1" value="#{dbdata.empno}" var="item" bgcolor="#F1F1F1" border="10" cellpadding="5" cellspacing="3" rows="4" width="50%" dir="LTR" frame="hsides" rules="all" summary="This is a JSF code to create dataTable." >
但是我收到了这个错误.--
The method setVar(String) in the type DataTableTag is not applicable for the arguments
你可以对它进行一些说明吗?
偷偷摸摸你