t:dataTable after 1.1.3. t:newspaperTable 1.1.3 and earlier.
(newspaperTable functionality was merged into t:dataTable in May).
On 9/20/06, a k <[EMAIL PROTECTED]> wrote:
Hi all,
I have a requirement where I have to show 2 rows from a list in one row on
the browser.
Let's say I have this array:
String[] a = {"one", "two", "three", "four", "five", "six"};
request.setAttribute("elements", a);
And I want to display on the browser as:
one two
three four
five six
Is there a way to do it using the <h:dataTable> tag?
If you know any other way of displaying it using a different jsf tag please
let me know as well.
Thanks!