Hi all,

What I am trying to do is very simple. I am building a couple of custom tags
(we will call cf_ParentTag and cf_ChildTag). The parent tag is to generate
javascript validation for form elements that child tag may generate. It was
easy to generate the javascript, though, I can NOT put the script elements
before the output of the child tags (which NEEDS to happen), because I can't
seem to iterate through them when the ExecutionMode of the parent tag is
'start'. It simply says:


Error resolving parameter THISTAG.ASSOCATTRIBS

The object ASSOCATTRIBS is not present in the scope named THISTAG. It is
likely that you have misspelled the name of the object you are trying to access.


Obviously CFFORM has worked this out. Anyone have any ideas?