(please refer to the attached file
111.bmp (636.09K)
Number of downloads: 24
currently i'm using data table to display but it prints all the data in one column.how would i change my code to above pattern?
<o:dataTable id="tabBlSearch" var="item"
onkeyup="handleLeftRightArrowOnDataTable('frmDashBoard:tabBlSearch')"
value="#{bLDashBoardAction.listBondLoc}">
<o:column style="width: 20px;">
<h:outputText value="#{item.awb}" />
</o:column>
</o:dataTable>
Thanks in advance

New Topic/Question
Reply


MultiQuote


|