Skip to main content
Inspiring
March 13, 2009
Answered

Secure Components

  • March 13, 2009
  • 2 replies
  • 320 views
Hi all
I am trying to bind a secure cfc to a select box with no success. I get no errors or anything, just no results.
It works fine if I move the cfc outside the secure area. As far as the cfc it's pretty simple query, returns array, no role security on cffunction.

Any ideas?
This topic has been closed for replies.
Correct answer TiGGi
Adding <cfcontent type="text/html" reset="yes"> just before function returns the data solves the problem!

2 replies

Inspiring
March 16, 2009
TiGGi wrote:
> Adding <cfcontent type="text/html" reset="yes"> just before function returns the data solves the problem!

I'm not sure what problem this solved, but I'm speculating that you may
have gotten the same result by putting output="false" into the function
tag(s).

TiGGiAuthorCorrect answer
Inspiring
March 13, 2009
Adding <cfcontent type="text/html" reset="yes"> just before function returns the data solves the problem!