Hi,

   I did this, but I didn't get.
   What need I to have in my java class to display my items of list?

Thanks.

2008/11/22 Sven Homburg <[EMAIL PROTECTED]>

> <t:loop source="list">
>        ${item}<br/>
>  </t:loop>
>
> or
>
> <ul>
> <t:loop element="li" source="list">
>        ${item}
>  </t:loop>
> </ul>
>
> 2008/11/22 Gutemberg A. Da Silva <[EMAIL PROTECTED]>
>
> > Hi guys,
> >
> >   Could anybody help me with loop componets? I'd to know how in html each
> > item of List<> in each line using <br>.
> >
> >   For example:
> >      <t:loop source="list">
> >         ${item}
> >      </t:loop>
> >
> >   Cause I didn't get display the items. Only display so:
> >
> >   [item #1, item #2, item #3, item #4, item #5]
> >   [item #1, item #2, item #3, item #4, item #5]
> >   [item #1, item #2, item #3, item #4, item #5]
> >   [item #1, item #2, item #3, item #4, item #5]
> >   [item #1, item #2, item #3, item #4, item #5]
> >
> >   But I'd like to display so:
> >
> >   item #1
> >   item #2
> >   item #3
> >   item #4
> >   item #5
> >
> > Thanks.
> >
> > --
> > Gutemberg A. Da Silva
> >
>
>
>
> --
> with regards
> Sven Homburg
> http://www.chenillekit.org
> http://tapestry5-components.googlecode.com
>



-- 
Gutemberg A. Da Silva

Reply via email to