0
Participant
,
/t5/coldfusion-discussions/populating-selector-dynamically/td-p/492459
Jan 06, 2008
Jan 06, 2008
Copy link to clipboard
Copied
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!
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!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
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...
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...
LEGEND
,
/t5/coldfusion-discussions/populating-selector-dynamically/m-p/492460#M44714
Jan 06, 2008
Jan 06, 2008
Copy link to clipboard
Copied
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".
There is also a custom tag out there called TwoSelectsRelated, or something like that.
Or you can google "coldfusion related selects".
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/populating-selector-dynamically/m-p/492461#M44715
Jan 06, 2008
Jan 06, 2008
Copy link to clipboard
Copied
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".
>
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".
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Realtoast
AUTHOR
Participant
,
LATEST
/t5/coldfusion-discussions/populating-selector-dynamically/m-p/492462#M44716
Jan 06, 2008
Jan 06, 2008
Copy link to clipboard
Copied
Thank you! That's good news!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

