Robin,
Firstly the tag falls over on this line, which is practically the one of the first lines.
<cfassociate basetag="cf_Tag1_1">
If I remove this tag and dump the getBaseTagList(), I find that the tag cf_tag1_1 is not even listed in the list at all. But I find things like cfoutput, cfdump etc...
It really is driving me crazy on this.
If it's not in the base tag list you do have a problem. Make sure your cf_tag1_1_2 is properly ended as Steve suggested. I've seen exactly this problem (particularly using cfmodule) where an unclosed subtag invalidates the nesting relationship of it's enclosing tags. Note that a longhand version of cfassociate is:
getBaseTagData(...).thisTag.assocAttribs = attributes;
But of course this will not work until the tag hierachy is fixed.
Robin http://www.rocketboots.com.au
--- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
