Re: Select List: in edit mode, multiple selections - Stumped!

2010-05-11 Thread Dan Sullivan
It worked! Thank you. >This is like outputting url_sizes.attributeId outside a cfoutput tag, it >only gets the first item. You need to set the attributeId column into a >list: > > > >On Tue, May 11, 2010 at 12:04 PM, Dan Sullivan < >coldfusiondevelope...@gmail.com> wrote: > >> listFind(url_sizes.

Re: Select List: in edit mode, multiple selections - Stumped!

2010-05-11 Thread morgan l
This is like outputting url_sizes.attributeId outside a cfoutput tag, it only gets the first item. You need to set the attributeId column into a list: On Tue, May 11, 2010 at 12:04 PM, Dan Sullivan < coldfusiondevelope...@gmail.com> wrote: > listFind(url_sizes.attributeId, id) >

Select List: in edit mode, multiple selections - Stumped!

2010-05-11 Thread Dan Sullivan
I'm in edit mode in my form, passing and URL.id value which is a product id. I'm trying to get the atribId values: 17, 19, 22, 61, 74 to populate my multiple select box as selected, but it's only working for the first value 17. select name, id from giftAttributes select gftIdatribId