Thanks, removing that hidden field did the trick. I wish I remembered why I put it there in the first place.
>problem is you have 2 form fields named 'select' (which, i should >point out, is probably not the best name for a form field...but that's >neither here nor there at the moment). > >if you do a <cfdump var="#form#"> at the top of the page, you'll see >your value for form.select is actually a comma-delimited list. that's >how form fields with the same name get handled. a comma delimited >list of the values on the action page. > >drop the hidden field...unless it's there for some reason that i'm not >seeing... > > >On 10/12/06, Rick King <[EMAIL PROTECTED]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256599 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

