undefined in a Java object of type class coldfusion.filter.FormScope
I have CF 5 version application and planning for migration to CF9. when i was testing the application in CF9 i am getting the below error. the application is working fine in CF5. i have dynamic form variables and i am trying to evaluate them using the evaluate function, but i am getting the below error. when i am dump the form variable i can see the variable "QTY_CAXOARW125WU41C" in it with the some value.
<cfset AddedProduct.quantity = Evaluate("Form.qty_" & "#Replace(child_sku,"-","_","ALL")#")>
Element QTY_CAXOARW125WU41C is undefined in a Java object of type class coldfusion.filter.FormScope.
can you please let me know how to fix this issue. i tried with the below code also still same error.
form["QTY_#child_sku#"]
