cancel
Showing results for 
Search instead for 
Did you mean: 

TabStrip with view defined another WebDynpro

Former Member
0 Kudos

Hi all,

I have a Web Dynpro WD_APP1 with a tabstrip component and in each tab i have a ViewContainerUIElement. I embed a view that is defined in another WebDynpro WD_APP2 in the component tab of WD_APP1.

This works fine, but I need to pass value to view in WD_APP2.

Anybody knows how can i do?

Tks.

Bruno Mota

Accepted Solutions (1)

Accepted Solutions (1)

phanir_mullapudi
Active Participant
0 Kudos

Hi, Yes this is possible. Have a Context Node as Interface node in WD_APP2.

Define this component as used component in WD_APP1 & also create used component usage in CompController of WD_APP1. Then drag & drop the interface node from WD_APP2 in comp controller of APP1. then u shud be good to pass values to View in WD_APP2.

Basically, all I am saying is that you can do this using component Usage & Interface node concept.

Former Member
0 Kudos

Hi Phani R Mullapudi thanks to help-me! Now works fine!

Regards.

Answers (0)