aspose file tools
The moose likes JSF and the fly likes Dynamic dataTable issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Dynamic dataTable issue" Watch "Dynamic dataTable issue" New topic
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?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Dynamic dataTable issue
 
Similar Threads
Not able to submit datatable
Dynamic JSF, programatically adding components
How to create BINDING of command link with backing bean
How does one read the value associated with the HtmlCommandLink in the Action Method?
Problem with Dynamic DataTable.