cancel
Showing results for 
Search instead for 
Did you mean: 

error value node is created without a reference

Former Member
0 Kudos

Hi all!

I am terribly stuck here.

I have a sub component which I am feeding with a model object. the sub component binds it to its node.

the main component has a list of those objects, i want to use a number of sub components and inject seperate objects in the sub components in that way.

the model object has a List getStuff() method. when loading the screen it gives me a "value node is created without a reference exception"...

the list is not actually a private field, it is loaded in the getter.

com.sap.tc.webdynpro.progmodel.context.ContextException: DataNodeInfo(DlgBlockCompInterface.ILgDlgMeldungVB.Kostendaten): value node is created without a reference

DlgBlockComp is a subcomponent, the ILgDlgMeldungVB is the object, which is injected into the sub component. kostendaten is the List...

any idea what it tries to tell me?

the object is at no point null, nor the kostendaten list

cheers

stefan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

just to complete the thread, it was a problem in java beans model. there was a relation which had the wrong target role name..

anyway terrible error message!

Stefan