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:312475
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to