Spencer, A couple of things:
1. You do a great job of defining the problem. Congrats! :) 2. Your problem appears to be that your line of code references #Form['param#iCounter#DealerStatus']# and it should reference #Form['param#iCounter#Status']# I don't see a param0DealerStatus field in your dynamic form content, nor in your dump, but I do see param0Status and so on. This is what appears to me to be the issue. Can you confirm? Dave -----Original Message----- From: Spencer Liddle [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 4:54 PM To: CF-Newbie Subject: Element ... is undefined in a Java object of type class coldfusion.filter.FormScope... Ahoy! I am pulling my hair out right now. Long story short I am a graphic designer with a little bit of background in web programing - mainly Action Script 3 - that got thrown into hellfire when the SQLi attacks went around last month. As the only person in the building who knew something about "web-stuff" I was tasked with fixing the site and restoring order. 3,000 query fixes later I have a new task of fixing the other bugs in the site because I fixed the SQLi. Now that you know me lets get down to business. ----ERROR CODE---- Error Occurred While Processing Request Element param0DealerStatus is undefined in a Java object of type class coldfusion.filter.FormScope referenced as The error occurred in F:\Inetpub\wwwroot\cm_search_companies_query.cfm: line 59 Called from F:\Inetpub\wwwroot\cm_search_companies_query.cfm: line 56 Called from F:\Inetpub\wwwroot\cm_search_companies_query.cfm: line 25 Called from F:\Inetpub\wwwroot\cm_search_companies_query.cfm: line 6 Called from F:\Inetpub\wwwroot\cm_search_companies_query.cfm: line 1 Called from F:\Inetpub\wwwroot\cm_view_companies.cfm: line 530 Called from F:\Inetpub\wwwroot\cm_view_companies.cfm: line 1 57 : 58 : <cfcase value="dealer_status"> 59 : <cfswitch expression="#Form['param#iCounter#DealerStatus']#"> 60 : <cfcase value="current"> 61 : <cfset iStandardParamCount = iStandardParamCount + 1> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3989 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
