Creating dynamic tables in JSF – the elegant and the fast way
A while ago I was searching in Google for the “standard” way to output dynamic tables in JSF. A dynamic table is a table with variable column sizes like in a SQL query: SELECT * FROM my_table The tag in JSF for outputting a HTML table is <h:datatable>. A standard table in JSF looks like … [Read more…]