I haven't read through all the replies to this so forgive me if this has been suggested. Have you tried adding the dir the custom tag is in (since its not in Cfusion\customTags) CF Administrator?
> -----Original Message----- > From: Andrew Scott [mailto:[EMAIL PROTECTED] > Sent: Thursday, 22 January 2004 1:11 PM > To: CFAussie Mailing List > Subject: [cfaussie] RE: custom tag weirdness > > Andrew, > > If this worked as a cfinclude then it will work as a > customtag, however you say it falls over on this line > > <cf_SelectOffices SelectedOfficeID="3D#SelectedOfficeID#"> > > If it falls over on this line then it clearly is not in the > current template directory, if it is then the variable > SelectedOfficeID is not defined, if it is then the tagname is > misspelled. However if you had this in you custom tag > > <cfoutput><cfdump var="#attributes#"></cfoutput> and nothing > else and called it like this > > <cf_SelectOffices SelectedOfficeID="3DSelectedOfficeID#" /> > > It should not error, if it errors then it has to be not in > the current template directory. > > Now I also notice that your email has this:-) > > cf_SelectOffices SelectedOfficeID=3D"#SelectedOfficeID#"> > > Notice that you have 3D outside the quotation's, either > remove these or place them inside. > > > Regards > Andrew Scott > Technical Consultant > > NuSphere Pty Ltd > Level 2/33 Bank Street > South Melbourne, Victoria, 3205 > > Phone: 03 9686 0485 - Fax: 03 9699 7976 > > > > --- > You are currently subscribed to cfaussie as: > [EMAIL PROTECTED] To unsubscribe send a blank > email to [EMAIL PROTECTED] > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > http://www.mxdu.com/ + 24-25 February, 2004 > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
