Post what you have in both .tml and .java files.  It's not clear what you
are looking for, because Sven's answer seemed appropriate based on your
initial request.

Jonathan


> -----Original Message-----
> From: Gutemberg A. Da Silva [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 22, 2008 16:27
> To: Tapestry users
> Subject: Re: Help Loop
> 
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to