On Tue, Mar 9, 2010 at 18:18, Barney Boisvert <[email protected]> wrote: > > I haven't tested this, but I'd imagine that the CURRENT tag is on the > tag stack (as it is with exceptions). Since getBaseTagData operates > on names rather than offsets/indexes, it's going to match the current > tag, and then return it's own data. So lvData is pointing at one of > it's own scopes, which then has to be copied into lvData, and well you > can see the problem. > > However, getBaseTagData accepts an optional second parameter for how > many matches it should find before returning, simply moving the ", 2" > to the right by one parenthesis will probably solve your problem. > Again, I haven't actually tested, but that's what I'd try first.
That worked. Thanks. 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/148c9056 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331456 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

