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 :)

[918 byte] By [wbillena] at [2007-11-27 4:54:17]
# 1
Ok, nvm...Found the solution myself.If anyone should encounter the same problems, try the tutorial at: http://balusc.xs4all.nl/srv/dev-jep-dat.htmlWorked perfectly for me.
wbillena at 2007-7-12 10:08:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
You're welcome.
BalusCa at 2007-7-12 10:08:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
h鑘?:)Bookmarked your website immediately :) It will probably be very useful again in the future :)
wbillena at 2007-7-12 10:08:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...