cancel
Showing results for 
Search instead for 
Did you mean: 

Context binding of property value cannot be resolved. not contain any eleme

Former Member
0 Kudos

I have a binding of a inputelment to a context element. the context can be empty. when it is empty it throws the error only when i have that binding. I thougt its not interesting for an inputfield to have a value or?

Following error occurs: The following error text was processed in the system DBW : Adapter error in &VIEW_ELEMENT_TYPE& "ZPM_PROJ" of view "ZPM_MD_PMON.STARTVIEW": Context binding of property VALUE cannot be resolved: Node STARTVIEW.1.PROJ does not contain any elements

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The thing is that you're trying to access node which might be from 0 to 1 or n records (cardinality). And at runtime point you have 0 records with 0 elements. That's why you have problem.

There might be something wrong with logic how you trying to display some data in your text fields.

At runtime there is no context element from which system could take values.

Or you have to change parent node cardinality to 1..1 if that meets logic or review your logic.

Answers (1)

Answers (1)

Former Member
0 Kudos

I think thats a cardinality issue, change the cardinality of your node (Proj) to 0..1 or 0..n depending upon the requirement.

Thanks,

Former Member
0 Kudos

Cardinality is everywhere set to 0..N.

The problem exists only when i bind a value to an input field.

Former Member
0 Kudos

check if 'interface node property' and 'Input Element (Ext.)' of your context node is check or not. If you are not using it, pls uncheck it. Than might be the problem

Former Member
0 Kudos

Thanks to your response.

I had a look for the checkboxes, they were all unchecked...

uday_gubbala2
Active Contributor
0 Kudos

Hi,

The error is occuring due to the invalid value that you have specified for your context nodes cardinality. Change the nodes cardinality to 1..1 & it should work fine.

Regards,

Uday

adil_gndz
Explorer
0 Kudos

Hi Ezachiael,

How did you solve it?

thanks