Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Where is your CFIDE directory? It seems Coldfusion cannot find it.
Copy link to clipboard
Copied
C:\ColdFusion8\wwwroot\CFIDE
I've not touched it.
Copy link to clipboard
Copied
What are the permissions for the CFIDE directory? Have they been changed recently?
Copy link to clipboard
Copied
permission? the folder was set to read only i just changed it but still the same problem.
Copy link to clipboard
Copied
Is there a mapping for it in the mappings page in the Administrator?
Copy link to clipboard
Copied
yea there is mapping for it, i
only get that error when i add a form to my cfm
Copy link to clipboard
Copied
thx guys,
I managed to find the solution
adding <cfajaximport tags="cfform"> worked a treat.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
I am with BKBK on this one. You may have found a solution, but I don't think you have determined the problem.