Ask a Question related to Macromedia ColdFusion, Design and Development.
-
MindChild #1
Custom Tag and thisTag.AssocAttribs issue
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?
MindChild Guest
-
custom tag install issue in CFMX 7
I have a custom tag that is resided at the same folder as other cfm files that calling the custom tag. At times I know it works, but at times it... -
Custom tag <cfx_image> issue
I have a problem with the <cfx_image> custom tag, when resizing an image of type jpeg. The image becomes almost completely black. I will be glad... -
Custom control viewstate (?) issue!
I've been struggling for a day and yet haven't found a solution to such a problem: I have, let's say, an apsx page, which contains a UserControl,... -
Custom Web Control Deployment Issue
I have a custom web control in which I have created a setup project in the same solution. In the setup project, I have created a custom folder in... -
Custom control issue: Where do I put this code?
Billy, this is probably not the answer to your problem, but shouldn't you check IsPostBack before adding those items? -- John Saunders Internet...



Reply With Quote

