are you by any chance running radiant 0.9rc1 (or a recent master branch)? on a fresh 0.8.1 the snippet works as expected; on master i see the behavior you describe. the test case can be narrowed to:
<r:children:each> <r:content part="a"/> <r:content part="a"/> </r:children:each> On Thu, Nov 19, 2009 at 3:15 PM, Dmitry Belitsky <[email protected]> wrote: > Thanks for reply, > but i can't find any mention of this part in other places. > Only here. > If i used this snipped on home page - it works, > if i used it in other page: > > Recordings <- here i want to show list of children, which have parts > which i define in Stereotype: > - Rec1 > - Rec2 > - Rec3 > > If i remove one of <r:content part='amazon_link' /> - this page works, > if i left both - i get this: >>> Recursion error: already rendering the `amazon_link' part. > > Any suggestions? > Thanks. > > P.S. I used Paperclipped and Stereotype plugins if this matters. > > > On Nov 19, 2009, at 10:43 PM, john muhl wrote: > >> there is nothing wrong with that snippet. so maybe you have already >> entered the amazon_link part before you call the snippet; maybe in >> another snippet or a layout. >> >> On Thu, Nov 19, 2009 at 2:35 PM, Dmitry Belitsky >> <[email protected]> wrote: >>> Hey guys, >>> take a look at http://pastie.org/706339 >>> i get error: >>> >>> StandardTags::TagError in SiteController#show_page >>> Recursion error: already rendering the `amazon_link' part. >>> >>> Can you help me fix it? >>> > > -- > With optimism, > Dmitry Belitsky > http://belitsky.info > > > > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
