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

Secure Components

Participant ,
Mar 13, 2009 Mar 13, 2009

Copy link to clipboard

Copied

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?
TOPICS
Advanced techniques

Views

238

Translate

Translate

Report

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

correct answers 1 Correct answer

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

Votes

Translate

Translate
Participant ,
Mar 13, 2009 Mar 13, 2009

Copy link to clipboard

Copied

Adding <cfcontent type="text/html" reset="yes"> just before function returns the data solves the problem!

Votes

Translate

Translate

Report

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
LEGEND ,
Mar 16, 2009 Mar 16, 2009

Copy link to clipboard

Copied

LATEST
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).

Votes

Translate

Translate

Report

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
Documentation