Help with t:loop

2009-12-12 Thread Ashwanth Kumar
Hi, I'm currently trying to create looping structure in one of my pages. The source attribute is an object (an entity). The entity, has a value, which refers to the ID of the other Entity's reference. Its like i've a column - postedBy - this has UID (an Integer) from another entity. My question

Re: Help with t:loop

2009-12-12 Thread Thiago H. de Paula Figueiredo
Em Sat, 12 Dec 2009 09:07:51 -0200, Ashwanth Kumar ashwanth.ku...@gmail.com escreveu: Hi, Hi! I'm currently trying to create looping structure in one of my pages. The source attribute is an object (an entity). It is an object that must be an array or an Iterable (Collection, List,

Re: Help with t:loop

2009-12-12 Thread blueboy6
Hi, My suggestion is to generate some sort of LIST in backend using that ID's and than to use that list as source for loop component. Loop is designed to work with collection of items, so best is to give collection to handle it. Hope this helps Bojan Cincur Ashwanth Kumar wrote: Hi,

Re: Help with t:loop

2009-12-12 Thread Ashwanth Kumar
Thanks, sorry for being so dumb! I used the setter of the value attribute's object to set the name and then display it! - Ashwanth Kumar On Sat, Dec 12, 2009 at 5:27 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Em Sat, 12 Dec 2009 09:07:51 -0200, Ashwanth Kumar