Questions tagged [cfselect]
19 questions
0
votes
3 answers
ColdFusion not able to read option value of a cfselect
I'm a beginner with ColdFusion and I'm just trying out some basic functions.. I tried to loop over a simple query and put the values in a of a element. As value for the element I tried to set the id of each record of the query. After submiting I…

noah
- 174
- 9
0
votes
1 answer
ColdFusion cfselect binding not working on production server
I have a few related selects that work perfectly on a testing server with very loose security (basically just a simple default install of CF 10).
I have tried to implement the CF 10 lockdown guide on the production server and all seems well, except…

user3000269
- 3
- 1
0
votes
1 answer
cfselect bind in cfc does not work when I enable Application.cfc
I am trying to create a form with 3 select boxes that are bound to a cfc (triple related cfselect). If I remove the Application.cfc, the code runs just fine, the select box gives me the data I need. However, when I add Application.cfc which has…

Niva-L
- 73
- 2
- 8
0
votes
0 answers
CFSelect does not return the data from cfc
I want to bind this cfc to my cfselect:
This is my code for the cfc:

Niva-L
- 73
- 2
- 8