cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing component controller node

Former Member
0 Kudos

Hi..Experts,

How to access component controller node from WINDOW (please give me a sample code ) .

I want to set data to component controller node.

please help me.

Regards,

Siva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi siva,

Its very easy u need not to do any extra coding to share data between window context and component controller context.

Step 1) u create the node in component controller and map this node with window context.

step 2) Now in any method of window u write the set_attribute or bind_table statement ,your data will automatically transported to component controller .

So u dont need to do any extra coding for this.

Hope this will help your requirement.

regards

Pankaj Giri

Answers (1)

Answers (1)

Former Member
0 Kudos

Goto the context of the window.....create controller usage and select the component controller.....copy the node from the component controller context to window's context..now you access this node from your wddonit method of the window.