Re: cfselect display problem

2010-04-02 Thread alex poyaoan
Thanks that did the trick!!! >cfselect has SELECTED attribute - give it a variable that holds the >value that should be selected. >i.e. if you had selectedGroupID var that held the current GroupID value, >you would use: > > >for a multi-select you can provide a comma-delimited list of values tha

Re: cfselect display problem

2010-04-01 Thread Azadi Saryev
cfselect has SELECTED attribute - give it a variable that holds the value that should be selected. i.e. if you had selectedGroupID var that held the current GroupID value, you would use: for a multi-select you can provide a comma-delimited list of values that should be pre-selected. Azadi On

re: cfselect display problem

2010-04-01 Thread Jason Fisher
You're testing for the actual string 'GroupID'. Add the # signs. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.c