Question
What does this error mean ?
Element COMMENTS is undefined in a Java object of type class
coldfusion.filter.FormScope referenced as
The error occurred in E:\devxtroot\RecDisc\unReceivables\forms\delete_test_action.cfm: line 31
29 : <cfset comments = #Mid(form.fieldnames,13,8)#>
30 :
31 : <cfset ThisValue = form[comments]>
32 : <cfoutput>thisvalue is #thisvalue# and thisitme is #thisitem# #comments#<cfabort></cfoutput>
33 :
The error occurred in E:\devxtroot\RecDisc\unReceivables\forms\delete_test_action.cfm: line 31
29 : <cfset comments = #Mid(form.fieldnames,13,8)#>
30 :
31 : <cfset ThisValue = form[comments]>
32 : <cfoutput>thisvalue is #thisvalue# and thisitme is #thisitem# #comments#<cfabort></cfoutput>
33 :
