webtier@glassfish.java.net

Re: can't make <h:dataTable> render body data!

From: <webtier_at_javadesktop.org>
Date: Wed, 28 Jul 2010 13:38:29 PDT

Hi,

I think the dataTable needs that you provide an "List" to be iterated. As you didn't set the "value" property of dataTable, no rows were rendered and because of this, you don't have a "tbody".

Try to pass a List of objects to the dataTable and you will see one line be rendered for each item of yout list.

I hope this can help you.

Cheers
[Message sent by forum member 'rbsrodrigues']

http://forums.java.net/jive/thread.jspa?messageID=478742