Drat. I thought this message contained the solution. I tried creating a CustomTags directory and placing the tag file in it, but it didn't work.
> 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?=20 I don't have access for CF Admin for MX. However, I was able to run another tag (an example from the book, without parameters). The tag and calling file were both in the same dir (not CustomTags), and it executed fine. > > -----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 > >=20 > > Andrew, > >=20 > > If this worked as a cfinclude then it will work as a=20 > > customtag, however you say it falls over on this line > >=20 > > <cf_SelectOffices SelectedOfficeID=3D"3D#SelectedOfficeID#">=20 > >=20 > > If it falls over on this line then it clearly is not in the=20 > > current template directory, if it is then the variable=20 > > SelectedOfficeID is not defined, if it is then the tagname is=20 > > misspelled. However if you had this in you custom tag > >=20 > > <cfoutput><cfdump var=3D"#attributes#"></cfoutput> and nothing=20 > > else and called it like this > >=20 > > <cf_SelectOffices SelectedOfficeID=3D"3DSelectedOfficeID#" /> > >=20 > > It should not error, if it errors then it has to be not in=20 > > the current template directory. > >=20 > > Now I also notice that your email has this:-) > >=20 > > cf_SelectOffices SelectedOfficeID=3D3D"#SelectedOfficeID#"> > >=20 > > Notice that you have 3D outside the quotation's, either=20 > > remove these or place them inside. > >=20 > > =20 > > Regards > > Andrew Scott > > Technical Consultant > >=20 > > NuSphere Pty Ltd > > Level 2/33 Bank Street > > South Melbourne, Victoria, 3205 > >=20 > > Phone: 03 9686 0485 - Fax: 03 9699 7976 > >=20 > >=20 > >=20 > > --- > > You are currently subscribed to cfaussie as:=20 > > [EMAIL PROTECTED] To unsubscribe send a blank=20 > > email to [EMAIL PROTECTED] > >=20 > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia=20 > > http://www.mxdu.com/ + 24-25 February, 2004 > >=20 > >=20 --- 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
