Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error message

Community Beginner ,
Apr 22, 2010 Apr 22, 2010

Hello again , after adding the following code to my page I get a popup with an error message saying

Imports for tag CFFORM are missing. Use CFAJAXIMPORT to import them on your main page. [Enable debugging by adding 'cfdebug' to your URL parameters to see more information]

<cfform id="speepri" action = "#CGI.SCRIPT_NAME#">
                <cfselect id="spepri" query="qhip" name="speprice" display="spd" value="cid">
                </cfselect>
                </cfform>

can anyone see what the problem is or how to solve it?

thx a mill

TOPICS
Getting started
2.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 22, 2010 Apr 22, 2010

Where is your CFIDE directory? It  seems Coldfusion cannot find it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 22, 2010 Apr 22, 2010

C:\ColdFusion8\wwwroot\CFIDE

I've not touched it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 22, 2010 Apr 22, 2010

What are the permissions for the CFIDE directory? Have they been changed recently?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 22, 2010 Apr 22, 2010

permission?  the folder was set to read only i just changed it but still the same problem.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 22, 2010 Apr 22, 2010

Is there a mapping for it in the mappings page in the Administrator?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 22, 2010 Apr 22, 2010

yea there is mapping for it, i

only get that error when i add a form to my cfm

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 23, 2010 Apr 23, 2010

thx guys,

I managed to find the solution

adding <cfajaximport tags="cfform"> worked a treat.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 23, 2010 Apr 23, 2010

martin2562 wrote:

thx guys,

I managed to find the solution

adding <cfajaximport tags="cfform"> worked a treat.

You really shouldn't need to use cfajaximport for cfform. Unless you include the form within the context of a cfpod, cfwindow or cflayoutarea.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 23, 2010 Apr 23, 2010
LATEST

I am with BKBK on this one. You may have found a solution, but I don't think you have determined the problem.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources