Skip to main content
Inspiring
May 3, 2008
Question

What does this error mean ?

  • May 3, 2008
  • 1 reply
  • 250 views
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 :


    This topic has been closed for replies.

    1 reply

    Inspiring
    May 3, 2008
    That there is no formfield that corresponds to the variable you set in line 29.