customtags complaining that required parameters are not set, but they are.

2001-01-10 Thread Mary_Baotic
Occasionally I have a problem where a customtag will complain that a required parameter isn't set. I have double checked and the parameter is spelled right and is being passed to the customtag. Is there any other reason CF would throw this error even though it's there? Perhaps a umatched comment

Re: customtags complaining that required parameters are not set, but they are.

2001-01-10 Thread Brendan Avery
I believe that error is thrown whenever a tag doesn't have a default and the variable has not yet been created. You may want to check the custom tag for the relevant -brendan avery / [EMAIL PROTECTED] At 08:36 AM 1/10/2001 -0500, you wrote: >Occasionally I have a problem where a customtag wi

Re: customtags complaining that required parameters are not set, but they are.

2001-01-10 Thread Mary_Baotic
I answered my own question. It helps not to look at the same code for extended periods of time, you miss that you are forgetting the word "attributes."! Mary