cancel
Showing results for 
Search instead for 
Did you mean: 

creation of context instance

Former Member
0 Kudos

Hi all!

View A uses Context structure A, View B uses Context structure B...

How can I create a instance of Context Structure B in the view A (e.g. in the DoInit-Method)?

the View A needs a instance of the context B. Furthermore I do not want to create a context structure B in the component controller context...

I am looking for a simple way to create a context instance.

Regards,

Christoph

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

View-Controllers cannot use each other. Use custom controllers instead.

Armin