Re: [xwiki-users] get something with indexOf

2009-12-03 Thread Asiri Rathnayake
Hi, On Thu, Dec 3, 2009 at 8:49 PM, Bubulina nohin...@yahoo.com wrote: #set($count = 0) #foreach ($d in $xwiki.sort($dateList)) tr td$d /td td $pageList.indexOf[$count] $pageList.indexOf[$count] /td tddelete/td /tr

Re: [xwiki-users] get something with indexOf

2009-12-03 Thread Bubulina
evening, out of curiosity, is it possible to make something, to write a line of code without the #set( but to not show the result on the page? for instance: - if i #set($list = $util.arrayList) and then $list.add($x) -just add x to the list, but in the same time shows true printed on the page. i