Tab Sheet - vertical layout not refreshing with new Component

Hi ,

In my Tab sheet ,i have pages with navigation.

Navigation of pages is working with first login time ,but we when click ,onther tab and click on submit page ., then the vertical layout not refreshed with newly added content.

ex.
tabPageContainer.removeAllComponents();
//calling for view ,its extends vertical layout.
PersonEditViewImpl personEditView = new PersonEditViewImpl(tabPageContainer);
tabPageContainer.addComponent(personEditView );

Thanks and Regards
selva

13416.jpg

Note : we are using MVPLite fromework