I am new to primefaces and jsf and facing a few problems using it.
Following is the code i am using in jsf
<p:dataTable id="plazaId" var="plaza" value="#{coverageBean.plazaDataModel}" selection="#{coverageBean.selectedPlaza}" rowIndexVar="rowIndex" width="100%" border="0" cellspacing="0" cellpadding="0" >
<p:column id="name" headerText="Select" selectionMode="multiple"
style="width:18px" />
<p:column id="plazaName" headerText="Plaza's" style="width: 50%" bgcolor="#dcdcdc">
<h:outputText value="#{plaza.name}" bgcolor="#dcdcdc"></h:outputText>
</p:column>
<p:column id="plazaDirect" headerText="Directo" style="width: 10%" bgcolor="#dcdcdc">
<h:outputText value="#{plaza.direct}" bgcolor="#dcdcdc"></h:outputText>
</p:column>
</p:dataTable>
I have checked the Beans and backend. They are all correct.
The issues are :
Could anyone help with any of there problems. Thanks in advance
As of today, this is not possible. Refer to http://code.google.com/p/primefaces/issues/detail?id=2801
It is to do with styling. Define style as required.
It is to do with styling. Define style as required.