You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Wolfgang Kluge <Wo...@gmx.net> on 2007/12/05 12:45:35 UTC

Iterating over a list of strings or objects

Hi,

is there a possibility to iterate over a list containging Strings or Objects and displaying
their content without using a h:dataTable?

Cheers
Wolfgang

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

Re: Iterating over a list of strings or objects

Posted by Bruno Aranda <br...@gmail.com>.
Facelets: ui:iterate
Tomahawk: t:dataList
Trinidad: tr:iterator
JSTL: c:forEach
...

You can use any of these for most cases...

Cheers,

Bruno

On 05/12/2007, Wolfgang Kluge <Wo...@gmx.net> wrote:
> Hi,
>
> is there a possibility to iterate over a list containging Strings or Objects and displaying
> their content without using a h:dataTable?
>
> Cheers
> Wolfgang
>
> --
> Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
>