i have go two views view1 and view2 in my web dynpro component
In View1 i am having ViewContainer and a Button,
on action of the Button i am inserting View2 in the ViewContainer but the viewcontainer netiher showing the view2 or throwing any exception.
if i keep the same code in wdDoInit method everything works fine but the same code is not working in Button action
what could be the reason ?