cancel
Showing results for 
Search instead for 
Did you mean: 

embed reusable view issue

Former Member
0 Kudos

Hi Experts,

I have the follwoing issue :

I want to develop a wda component A  with multiple views : View1 , View2 and view3.

Now i want to make 2 other components B and C .

In B i want to embed to embed View 1 and View2 under each other within 2 viewcontaineruielement.

In B i want to embed to embed View 1 and View3 under each other within 2 viewcontaineruielement.

Is this possible ? because if i want to embed a view it give me only the option to choose the window from component A.

is there any solution for this ? or should i make for every view apart component ?

Thanks in advance,

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

create interface view that will resolve

former_member184578
Active Contributor
0 Kudos

Hi Moo,

In Component A, create three windows window1 window2 window3 and drag view1 to window1, view2 to window2 and view3 to window3. and select the check box 'Interface view' in all the windows.

Now you can embed the views in other components.

Hope this helps u.,

Regards,

Kiran