Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-15 Thread Mohit Sindhwani
Thanks, John... On 15/1/2013 5:12 AM, john wrote: r:aggregate paths='/about; /articles' r:children:each r:title/ /r:children:each /r:aggregate and r:aggregate paths=/about; /articles r:children:count/ /r:aggregate The above works fine! You found the problem! In my case, the problem

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-15 Thread Jim Gay
The code should work with r:aggregate:each paths=... But obviously something is wrong. There are (or should be) 2 ways to use the aggregate tag. - to collect a group of pages to iterate - to collect a group of pages to iterate their children So both of these bits *should* work r:aggregate

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-15 Thread Mohit Sindhwani
On 15/1/2013 10:01 PM, Jim Gay wrote: The code should work with r:aggregate:each paths=... But obviously something is wrong. Ya, this doesn't work for me right now. There are (or should be) 2 ways to use the aggregate tag. - to collect a group of pages to iterate - to collect a group of

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread Jim Gay
Benito, Try putting the paths inside the aggregate like this: r:aggregate paths=...r:each... I'd like to rework the way tags share information, but for now that should do it. On Sat, Jan 12, 2013 at 2:31 PM, Benito Torres radi...@mv.so36.net wrote: Hi, in radiant-1.1.1 (radius-0.7.3) this

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread Mohit Sindhwani
Hi Jim, On 15/1/2013 12:27 AM, Jim Gay wrote: Benito, Try putting the paths inside the aggregate like this: r:aggregate paths=...r:each... I'd like to rework the way tags share information, but for now that should do it. I was trying to see if I could help, but I actually got the same

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread Jim Gay
On Mon, Jan 14, 2013 at 11:46 AM, Mohit Sindhwani t...@onghu.com wrote: Hi Jim, On 15/1/2013 12:27 AM, Jim Gay wrote: Benito, Try putting the paths inside the aggregate like this: r:aggregate paths=...r:each... I'd like to rework the way tags share information, but for now that should

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread john
r:aggregate paths='/about; /articles' r:children:each r:title/ /r:children:each /r:aggregate and r:aggregate paths=/about; /articles r:children:count/ /r:aggregate work on the demo site. inside the aggregate tag you have a collection that you still the use the children tags. On Monday,

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread Benito Torres
Hello Jim, list, On Mon, Jan 14, 2013 at 11:27 (-0500), Jim Gay wrote: Try putting the paths inside the aggregate like this: r:aggregate paths=...r:each... That works, thank you very much for the hint! Do you still want that issue in the tracker? Best wishes, Benito

[Radiant] TagError with aggregate:each in v1.1.1

2013-01-12 Thread Benito Torres
Hi, in radiant-1.1.1 (radius-0.7.3) this snippet: r:aggregate:each paths=/ lir:link //li /r:aggregate:each results in a TagError (trace below): `aggregate' tag must contain a `paths' or `urls' attribute. I've been trying to debug this but got stuck somewhere in radius. I only can