cancel
Showing results for 
Search instead for 
Did you mean: 

using two dcs facing problem

Former Member
0 Kudos

i am try to pass value from parent to child DC.

So when i try to map Interface controller of child Dc to Component controller of Parent DC. the attribute check boxes of interface controller are getting disabled. i am not able to map.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

what kind of mapping relation are you establishing?

If the interface node has the property InputElement = false (the default), then you can only map from the component controller TO the interface controller.

If InputElement = true the mapping should go the other way, from interface to component controller. In this case you can only map context nodes and attributes below context nodes. Attributes in the root context node cannot be mapped.

Bests.

Answers (3)

Answers (3)

Former Member
0 Kudos

the problem was because of different name to attributes in interface controller and component controller.

and answer was also hepfull isinputelement property to be set to true.

Former Member
0 Kudos

Hi

Drag mapping link from Component Controller to Interface controller of used DC.

While mapping data provider should always be on right side.

In your case it might be on wrong side.

Just give it a try

Mandeep Virk

PradeepBondla
Active Contributor
0 Kudos

Hi,

Did you build the child DC without any errors? might be the problem that it is not build properly. that is why its not available to use. Build once again and then try?

PradeeP

Edited by: pradeep bondla on Jul 22, 2008 2:47 PM