DataTable display problem in jsf1.1
Posted
by johnbritto
on Stack Overflow
See other posts from Stack Overflow
or by johnbritto
Published on 2010-04-01T12:39:05Z
Indexed on
2010/04/01
14:43 UTC
Read the original article
Hit count: 247
jsf
I have two datatables. One is to display names. Another contains three <h:selectOneMenu>
. I want combine those two datatables. I don't know how to do it?
Expected result:
----------------------------------------------- Datatable1 Datatable2 ----------------------------------------------- Lic Date month year Premium Date month year Test Date month year
© Stack Overflow or respective owner