cancel
Showing results for 
Search instead for 
Did you mean: 

reg:inputfield binding error

Former Member
0 Kudos

hi all

can you please share your knowledge on this error as soon as possible.

Adapter error in INPUT_FIELD "GROUP1_VEHICLENO" of view "ZWEIGHBRIDGE1.MAIN": Context binding of property VALUE cannot be resolved: Node MAIN.1.LECI_EVENT_DATA does not contain any elements

Thanks in advance

Deepika

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

resloved by myself

Former Member
0 Kudos

Hii Deepika

can you let me knew how you resolved the issue even i got the similar kind of error.

Regards

Jaipal.E

abhishek_gupta2
Participant
0 Kudos

Hello There ,

Such kind of errors occurs when you have not defined the proper cardinality values .

Possible cardinality Values are 0-n , 1-n , 0-1, 1-1 . Please check at your end your node attributes and then set the cardinality value .

hope this helps , please let me if you have concerns .

Regards,

Abhishek

Former Member
0 Kudos

Hello,

One reason could be that initialization lead selection for the context node is not checked.

Please check the same once. Try setting it to true, and then see if it works!

Regards,

Srilatha

former_member1151507
Participant
0 Kudos

Hi Deepika,

Please check the cardinality of the node. If it is 0-1 or 0-n, change that to 1-1 or 1-n. Hope this may resolve your dump.

Regards,

Manogna

Former Member
0 Kudos

Hello,

Please make sure that the Value property of your Input Filed is bind to some context attribute. If not the please bind this property to a context attribute.

Thanks

Pradeep