Paul wrote: >Is anyone using J_SpellCheck 2.5 from Cfdev.com on a CFMX box? I had been using >J_SpellCheck 2.5 without a problem on a CF5.0 box, but since I've upgraded to CFMX, >the same >code that worked before is throwing this error: > >Error processing CFX custom tag "CFX_CFX_JSpellCheck". >The CFX custom tag "CFX_CFX_JSpellCheck" was not found in the custom tag >database. Please be sure to add custom tags to the database before using >them. If you have added your tag to the database then you should check >the spelling of the tag within your template to insure that it matches >the database entry. > >The Error Occurred in E:\web\domain.com\demo\admin\spell.cfm: >line 26 > >24 : words="#spellCheckContent#" >25 : variable="jsoutput"> >26 : <script> >27 : var iterator = -1; //pointer to the current word index >28 : var curpos = 0; //current word position in document > >Does anyone have an idea what's causing this? Thanks. > > >Paul > >. > > > Seems like you made a naming mistake in the CDadmin. try removing the CFX_ from the name. Coldfusion prepends this automatically
Jesse ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

