Hi,
1. I have created one webDynpro application in which in default view I am using a tabStrip which contains 4 tabs.
2. 4 different view are associated with these 4tabs.
3. I am using messageArea UIElement in each view.
4. But if I try to display any message using wdComponentApi.getMessageManager().reportSuccess(), it displays the same message in each view.
5. So if I navigate through the tabs, it shows me same message in each & every view.
6. I don't want to display the same message in another views.
How to resolve this problem?
Thanks in Advance