Hi
I have a Tabstrip which contains a ViewContinerUIelement.
I have embedded an interface view from another web dynpro component to the tabstrips ViewContinerUIelement.
The interface view is a view set with 2 cells.
cell(1,1) has one view (navigationview)
cell(1,2) has two views - view1 and view2
view one is the default view.But based on a Button event on view1 I navigated to view2.
so now cell(1,1) has navigationview
and cell(1,2) has view2.
When I click on Tabstrip , I want to go to the original
configuration.
cell(1,1) - navigationview
and cell(1,2) - view1.
Not sure how to achieve this. I was thinking is it possible to reload the interface view, so that it takes view1 as default view or Is it possible to change the view of cell(1,2) dynamically.
Regards
Bhanu