Skip to Content
0
Former Member
Nov 27, 2008 at 03:14 PM

Set the input elements if unset

15 Views

Hello,

I have a node and some attributes set as Input elements in order to share some context information between two components. It is working without any problems.

The problem is that when I try to launch the component alone through an application, the nodde with the input elements is empty and I cannot set any values of the attributes because I have a java null pointer exception ! I cannot create this missing element because I had an no node to map to error !

How can initialize this element if it is not initialized. (cardinality is 1-1)

Thanks

Quentin