| Author |
Dynamic dataTable issue
|
Francesco Natanni
Greenhorn
Joined: Jan 14, 2010
Posts: 1
|
|
Hi all,
I've written a small Java program in which I create a simple dataTable using IceFaces 1.8.2 API:
the second column of the table contains a panelGroup which contains an outputText.
The problem is when I display the page: all values of the second column are grouped into the cell of the last row
I have analized the resulting HTML. All TDs of the second column are empty, except the last which contains a DIV element and values (B0, B1, B2, etc).
Here is my code test.jspx:
The managed bean Test.java:
and the support class TestObj.java
Any suggestion?
|
 |
 |
|
|
subject: Dynamic dataTable issue
|
|
|