Hello all: I am not having a happing programming day. I am pretty frustrated with a problem I am having and I am now crying uncle. Specifically, I have an array of elements where I am looping through the recordset and inputting data for each item in the array. Part of this input process is using two related select boxes. Here is where the problem starts, CF_TwoSelectsRelated works well when it is called only once per form using the same recordset (in fact, I can get it to work perfectly when displaying just one).
I cannot, however, get it to work with multiple occurrences of the same recordset in the same form. One thing I did try was to tweak the generated JS code to create a unique function name and call to the function per instance, hopefully creating a unique function and association for the particular occurrence. I really thought this would work, but instead you can make a selection in the first select box and the second one is not affected. I am not getting any JS errors that I know of so I am stumped. I searched Google and I found a posting on CF-Talk with the same problem, but the solution posted three years ago pulls up a 404. Hopefully someone else out there has run into the same problem and could provide a little insight. Any help would be greatly appreciated. Thanks! -JSLucido ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

