RE: Help Loop

2008-11-23 Thread Jonathan Barker
, 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 <[E

Re: Help Loop

2008-11-22 Thread Gutemberg A. Da Silva
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]> > >${item} > > > or > > > >${item} > > > > 2008/11/22 Gutemberg A. Da Silva <[EMAIL PROTECTED]> > > > Hi guys, >

Re: Help Loop

2008-11-22 Thread Sven Homburg
${item} or ${item} 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 . > > For example: > > ${item} > > > Cause I didn'

Help Loop

2008-11-22 Thread Gutemberg A. Da Silva
Hi guys, Could anybody help me with loop componets? I'd to know how in html each item of List<> in each line using . For example: ${item} 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,