Nested Recursive Custom Tags AttributeCollection Nightmare

2000-08-02 Thread Chris Hayes
I have a tag which is going to call itself many times over. I want to be able to create a structure, call the custom tag and be left with a modified structure at the end of it. cfset myStructure = StructNew() cfmodule template="acustomtag.cfm" AttributeCollection="#menuStructure#" In the

Re: Nested Recursive Custom Tags AttributeCollection Nightmare

2000-08-02 Thread Erki Esken
al Message - From: "Chris Hayes" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 02, 2000 4:11 PM Subject: Nested Recursive Custom Tags AttributeCollection Nightmare I have a tag which is going to call itself many times over. I want to be able to create a structure,

RE: Nested Recursive Custom Tags AttributeCollection Nightmare

2000-08-02 Thread Steve Martin
ough attributecollection, the 'real' attribute takes precedence in 4.01. In 4.5 it would appear that the key held within attributecollection takes precedence over the 'real'attribute. Go figure. Hope this makes sense Steve -Original Message----- From: Chris Hayes [mailto:[EMAIL PROTECTED]]