• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Element " " is undefined

Explorer ,
Aug 15, 2013 Aug 15, 2013

Copy link to clipboard

Copied

Any idea about the below error. I am getting this while submitting a form but this happens only in production.

'Element '' is undefined in a Java object of type class coldfusion.filter.FormScope'

Please help if any one have come across the same situation.

Views

623

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Aug 16, 2013 Aug 16, 2013

It's a bit difficult to say anything without the full error message and the code it relates to.

But what does the error say: you're trying to reference a form variable, that doesn't exist. I suspect this is because you're trying to reference a form variable, that doesn't exist. Just a guess.

The curious bit is that said form variable doesn't appear to have a name. I suspect you've got some code that acts on dynamically-named form fields, and the code has a logic error in it.

--

Adam

Votes

Translate

Translate
LEGEND ,
Aug 16, 2013 Aug 16, 2013

Copy link to clipboard

Copied

It's a bit difficult to say anything without the full error message and the code it relates to.

But what does the error say: you're trying to reference a form variable, that doesn't exist. I suspect this is because you're trying to reference a form variable, that doesn't exist. Just a guess.

The curious bit is that said form variable doesn't appear to have a name. I suspect you've got some code that acts on dynamically-named form fields, and the code has a logic error in it.

--

Adam

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 16, 2013 Aug 16, 2013

Copy link to clipboard

Copied

LATEST

Thanks Adam.... I got the issue. I was following the way you showed me. Actually a value returning from LDAP is using inside a form structure but it was empty.

Really appreciating your help.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation