Re: Multiple Logic iterate tags and setting indexed properties

2009-04-16 Thread thanuja
Yes, It worked. Thank you so much Nikhil. Nikhil Walvekar wrote: > > Hi Thanuja, > > Can you please try using input tag (if its allowed)? > > * indexId="i"> > > > > value="true"> > > > > > > > * > I wi

Re: Multiple Logic iterate tags and setting indexed properties

2009-04-14 Thread thanuja
(int index,BookList element){ bookLists.set(index, element); } } Thanks, Thanuja Thanuja Nikhil Walvekar wrote: > > Hi Thanuja, > > Your checkbox tag should be rendered as > > > I don't think logic:iterate supports property as

Multiple Logic iterate tags and setting indexed properties

2009-04-13 Thread thanuja
sts.get(?).getBooks().get(index); } public void setBook(int index,Book element){ bookLists.get(?).getBooks().set(index,element); } } Thanks in advance, Thanuja -- View this message in context: http://www.nabble.com/Mu