Skip to main content
Known Participant
February 24, 2011
Question

how to pass value from select box to cfc to get data back from cfc

  • February 24, 2011
  • 2 replies
  • 634 views
select Box
1234
4567
8976
5677
4536

Hi I nee help for one of my issue i am trying to solve

here is the scenario on top figure, i had a selct box on left side and when page loads i need to show information for example for 1234 on right side.

when user selects any item on select box then i have to pass that id to CFC to get data depending up on this selected id.

I am using CF8 and cfform type ="flash"

any ideas or examples on this that will help .

Thanks

This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
February 28, 2011

@cfnew

I have posted a number of solutions in your other thread.

Inspiring
February 25, 2011

The concept you are seeking is called "bind".  I've never actually done it myself, but it's presented as an answer on this forum quite often.  Try a google search on "coldfusion related selects bind cfc".

glamorous_Wonder6C1C
Inspiring
February 25, 2011

It is not possible to bind cfc using bind attribute when format of the form is Flash.