Skip to main content
February 20, 2014
Question

cfmap and cfdiv

  • February 20, 2014
  • 1 reply
  • 553 views

Is some restriction to use cfmap in conjanction with cfdiv bind?

I have <cfdiv id="resultdiv" bind="url:map.cfm" />

The bind is workin, I can see the page, and cfmap is working as I can see it if I use cfinclude instead of cfdiv.

For some reason if I use cfdiv, I got the error

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
February 20, 2014

What about placing <cfajaximport tags="cfdiv"> at the top of the page.

February 20, 2014

Thanks for the idea, BKBK! 

<cfajaximport tags="cfmap"> solves the problem.

BKBK
Community Expert
Community Expert
February 20, 2014

Glad to be of help. There is no telling how the cookie will crumble!