Datatable problems...
Hi,
I would like to create a page on which a datatable is filled, based on the result of a database query. I've tried this in several ways. The one that got me closest to a solution was the tutorial at: http://www.oracle.com/technology/oramag/oracle/06-jan/o16jsf.html
I want to use this to create a forum. The page I'm creating now is the page that lists the threads.
The code from the tutorial gave the HTML output:
<table>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
Since there were 4 threads in the datbase at the time, this is correct, but for some reason the threadnames don't appear. Anybody any ideas as to why this happens?
Also, if there are better solutions for this problem than using a datatable, I'll be glad to hear them :)

