Hi, I have tried the following and it worked!
<loop query="q_somequery"> <loop query="q_someotherquery"> <do action="msca.testfuseaction"/> </loop> <do action="MSCA.testfuseaction2" /> </loop> Thanks guys! ----- Original Message ---- From: Nathan Strutz <[EMAIL PROTECTED]> To: CF-Talk <[email protected]> Sent: Friday, September 12, 2008 4:36:17 PM Subject: Re: Are nested loops allowed in fusebox 5? Claude, DA is probably talking about the fusebox XML language, which is, in essence a programming language (a DSL even). In that case, yes, you should be able to nest loops. Maybe posting some code asking why it's not working would be a better idea. In general, it goes like this: <loop [tag attributes]> <loop [tag attributes]> <do or set or whatever /> </loop> </loop> nathan strutz http://www.dopefly.com/ Manager - AZCFUG http://www.azcfug.org/ On Fri, Sep 12, 2008 at 3:25 PM, Claude Schneegans < [EMAIL PROTECTED]> wrote: > >>Are nested loops allowed in fusebox 5? > > I'm not sure I understand your question: > Fusebox is not a language, just a framework, and as such has no mean to > allow > loops or not. > Fusebox relies on the ColdFusion language, and yes, CF allows nested loops. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312480 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

