Have you tried using the caller scope? 

-----Original Message-----
From: Chris Velevitch [mailto:[email protected]] 
Sent: Tuesday, 9 March 2010 6:13 PM
To: CF Talk; [email protected]
Subject: [cfaussie] Stack overflow in self nested custom tag

I'm using CF7.02 and I'm trying to create a custom tag that will be
self nested, like:-

     <cf_ct1>
          <cf_ct2>
               <cf_ct2>
               </cf_ct2>
          </cf_ct2>
     </cf_ct1>

And in <cf_ct2>, I'm trying to get the data of the parent tag and
assigning to a variable in the current tags state:-

     <cfset lvData=GetBaseTagData(ListGetAt(GetBaseTagList(),2))>

But the assignment creates a stack overflow and I don't understand why?



Chris
--
Chris Velevitch
Manager - Adobe Platform Users Group, Sydney
m: 0415 469 095
www.apugs.org.au

Adobe Platform Users Group, Sydney
March 2010: ColdFusion Application Architecture for the Impatient and
Using jQuery when Flash is Overkill
Date: 29nd Mar 6pm for 6:30 start
Details and RVSP on http://groups.adobe.com/posts/148c9056a4

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to