nowadays it is much more preferable to use AJAX to achieve the result you want. This means you are not loading all the possible contents into the page at runtime, which can result in huge slow pages if your select lists have lots of potential data, using AJAX they are only loaded from the server as required when you make a selection from a list, and then only the required results are queried from the database, not ALL as would be the case using two_selects_related. Check out AjaxCFC.
Russ -----Original Message----- From: "James Hunt" <[EMAIL PROTECTED]> To: CF-Talk <[email protected]> Date: Thu, 27 Apr 2006 11:12:35 -0400 Subject: Two cf_ThreeSelectsRelated Custom Control On One Form > Thanks to Nate Weiss, I've been able to use a control that helps me > display three related selects. I'm trying to add three of these > controls on one form and it isn't working. It seems like you can only > use ONE cf_ThreeSelectsRelated control on a form. Has anyone had this > problem and solved it? I really need this functionality, because > currently I have 3 three related selects on one form that are all self > submitting, which really could bog down my web server with unnecessary > post backs. > > Please let me know if you have any suggestions. > > Here is Nate's website: > http://www.geocities.com/thanny/ > > Thanks! > James > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238894 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

