In CFAdmin, the tag is named CFX_JSpellCheck    This is how it was named in CF5.0 and 
everything worked great.  If I rename the tag "JSpellCheck", I get
almost the same error, just this time the "CFX_" isn't repeated:

Error processing CFX custom tag "CFX_JSpellCheck".
The CFX custom tag "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


I'm at a loss totally.  Is anyone out there using CFX_JSpellCheck currently?  Does 
anyone have an idea of what's going wrong?  Thanks.

Paul





Date: Sun, 22 Dec 2002 18:14:27 -0500
From: Paul <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: SOT: Issue with J_SpellCheck 2.5 and CFMX
Message-ID: <[EMAIL PROTECTED]>

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

------------------------------

Date: Mon, 23 Dec 2002 00:41:42 +0100
From: Jesse Houwing <[EMAIL PROTECTED]>
Subject: Re: SOT: Issue with J_SpellCheck 2.5 and CFMX
Message-ID: <[EMAIL PROTECTED]>

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



Reply via email to