> >>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.
Actually that's inaccurate. It depends on how you're using Fusebox -- version 5.5 of the framework offers several different "modes" of handling "implicit" circuits, but still allows you to use the XML syntax from previous versions. Unlike Mach-II or Model-Glue which only include framework-specific constructs in their XML syntax, the Fusebox XML syntax actually does allow for the declaration of flow-control constructs like loops. Nathan Struts published a cheat-sheet for the XML syntax here: http://www.dopefly.com/projects/fuseboxxmlcheatsheet.cfm Last I knew however, the <if> statements in Fusebox XML could not be nested either. I remember reading some talk of rewriting it to allow nested if statements, but I don't know if that ever happened. I wouldn't expect the Fusebox XML grammar to allow nested loops. -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:312478 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

