Questions tagged [cfselect]

19 questions
3
votes
0 answers

passing 2 values from cfselect based on selection from dropdown?

This is only my second question on SO, and I'm brand new to web coding of all kinds (anything I've done I've picked up within the last 3 weeks so I don't really know what I'm doing) but here's some background and my issue: Background info: I'm…
Becalecca
  • 203
  • 1
  • 12
3
votes
1 answer

ColdFusion cfselect display two query columns

I'm trying to display the results of a query, but I'm having a hard time combining two values that the query produces... Here's the query I have
3
votes
1 answer

Unable to retrieve array of dates from cfc

I was trying to implement 3 dependent drop downs in my code. But was unable to retrieve dates from my ColdFusion component. Here is the code in my .cfm template: 1st drop down
muralee
  • 43
  • 4
2
votes
1 answer

cfselect not binding to cfc

I'm new to the newer versions of ColdFusion and I'm having issues with a simple databind to a cfselect. I've done my best to thoroughly research it and I've even gone back to a textbook and essentially duplicated the code example in a test file and…
user2271384
  • 21
  • 1
  • 2
1
vote
1 answer

Using dropdown menu and referencing query results

I am hoping this is an easy one I just don't know how to google the right answer. I have a dropdown that is populated using a query.
AShoes
  • 23
  • 6
1
vote
0 answers

CF2018 CFSELECT Binding Failure

The simple city/state example in the documentation does not work in CF2018 -- I can't possibly be the first one to discover this, am I? The state dropdown does not populate on load. Works perfectly fine on my old install of…
Sung
  • 480
  • 2
  • 11
1
vote
1 answer

How to Keep cfselect cfc bind selected value

I currently working on a ColdFusion (CF) project adding features to our employee appreciation award web app. The problem I am having is how to keep the cfselect value when returning to the web page where it was selected. Currently the nomination.cfm…
1
vote
1 answer

Context validation error for tag cfselect when I add inside Java script

When I run CFSELECT normally it runs perfectly, but when I add inside javascript it gives error. The normal one It works. Non-Keyword Traffic:
krishna Ram
  • 639
  • 3
  • 9
  • 20
1
vote
1 answer

CFSelect + Bind + Group Not Grouping

I have a CFSELECT tag as below but it doesn't create the tags. How can I archive this?
RealSollyM
  • 1,530
  • 1
  • 22
  • 35
1
vote
1 answer

CFSelect not binding but text box is

I am using CF10. I have a Select: I have another cfselect that is bound to…
Richard
  • 455
  • 6
  • 15
0
votes
0 answers

ColdFusion cfselect bind not working

I have a ColdFusion 11 component which is supposed to populate a cfselect using bind. However, the select is not populated with the values at all. It shows blank. These are 2 select form controls that I want to relate to each other. A select from…
kofboat123
  • 31
  • 1
  • 4
0
votes
1 answer

ColdFusion: How to bind the @change of an element (cfselect) to a cffunction?

I'm trying to bind the following code to a cfselect, and call a cffunction within a cfc. My problem is with {cmbCRN@change}, which is giving me the following…
0
votes
0 answers

Refreshing CFSELECT with JQUERY

Is there a way to refresh a query driven CFSELECT with JQuery? Here is my scenario: I have a CFSELECT that is populated using cfquery
Brian Fleishman
  • 1,237
  • 3
  • 21
  • 43
0
votes
1 answer

CFSelect Bind with Hyperlink

I currently have a CFSELECT list that binds to a CFC to get the list of data. Here is my CFSELECT
Brian Fleishman
  • 1,237
  • 3
  • 21
  • 43
0
votes
1 answer

Binding 3 cfselects produces error

I have three select boxes: State, District, School. The first two work great if I don't have the school, but the school is actually the important part. Without the school select everything works fine. With the school box I get the error: Bind…
user3688946
1
2