On 4/2/06, Bjørn T Johansen <[EMAIL PROTECTED]> wrote:
> Does there exist something similar to <nested:iterate> tag in myfaces/jsf?
> Or should one use a datatable with just one row and and one column and 
> populate this cell with html
> components? Or is there another way?

I don't know what a <nested:iterate> tag is, but you might take a look
at Tomahawk's dataList.   This component iterates over a list of data,
and (in simple mode) outputs no html itself.  In effect, it's the
"customized renderer for the UIData component that encapsulates
iteration for the standard table component" except that it doesn't use
column tags.

Reply via email to