Dynamically create dataTable

Hi,

I need to know if it's possible to dynamically create a jsf data table and populate it with values from an ArrayList at runtime. I already have the array list but I won't know it's dimensions until runtime because the queries that fill the arrayList will be custom selected by the user. Can anyone pls help me? If you need any more information or any code I'll be glad to provide it.

Thanks.

[419 byte] By [TimOjoa] at [2007-11-27 10:38:29]
# 1

Use value binding, or method binding, for its rows attribute value. Other attributes may serve parts of your specific needs. -- Or, depending on your use-case scenario, simple value binding for its value attribute might suffice.

hiwaa at 2007-7-28 18:54:45 > top of Java-index,Java Essentials,Java Programming...