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

Populating selector dynamically

Participant ,
Jan 06, 2008 Jan 06, 2008
Is it possible to have a selector_2 filtered from from what I have indicated by a selection in selector_1, dynamically, without first having refreshed the page upon #1 being selected.

EXAMPLE, In selector_1 I have a list of types of food from a table, Pasta, Meat, Vegies, etc. I select Pasta. Selector_2 would then use #1's selection to filter and limit its own list from all food to only types of pasta (spaghetti, fettuccini, penne, etc.). I have a good idea how to do this. But, my question is: with cf, is it essential that the page refresh after #1 in order to "set" that id in #1. Or, is it possible to simply have #2 filter from #1 as long as selector_1 has an item selected?

I hope all this makes sense. I am just trying shortcut my learning curve by not spending days trying to do this if it is fundamentally impossible.

Thanks!
316
Translate
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

LEGEND , Jan 06, 2008 Jan 06, 2008
It's called CF_TwoSelectsRelated:

http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1000288

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"Dan Bracuk" <webforumsuser@macromedia.com> wrote in message
news:flrghh$o31$1@forums.macromedia.com...
> You can do it with javascript. If you do a Google Advanced Group Search
> for
> anything by me that includes the word etiology you should find an example.
>
> There is also a custo...
Translate
LEGEND ,
Jan 06, 2008 Jan 06, 2008
You can do it with javascript. If you do a Google Advanced Group Search for anything by me that includes the word etiology you should find an example.

There is also a custom tag out there called TwoSelectsRelated, or something like that.

Or you can google "coldfusion related selects".
Translate
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 ,
Jan 06, 2008 Jan 06, 2008
It's called CF_TwoSelectsRelated:

http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1000288

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"Dan Bracuk" <webforumsuser@macromedia.com> wrote in message
news:flrghh$o31$1@forums.macromedia.com...
> You can do it with javascript. If you do a Google Advanced Group Search
> for
> anything by me that includes the word etiology you should find an example.
>
> There is also a custom tag out there called TwoSelectsRelated, or
> something
> like that.
>
> Or you can google "coldfusion related selects".
>

Translate
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
Participant ,
Jan 06, 2008 Jan 06, 2008
LATEST
Thank you! That's good news!
Translate
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