cancel
Showing results for 
Search instead for 
Did you mean: 

Messages issue in message area of Tab Strip

Former Member
0 Kudos

Hi ,

Iu2019m having 2 tabs in my Tab strip.

Tab1 u2013 First tab.

Tab2 u2013 Second tab.

In both the tabs I have message areas.

On click of a button in Tab1, iu2019m displaying an error message in the message area,

but the same message is appearing in the message area of the tab2.

I want to display messages to its corresponding tab only.

Thanks,

Shravan

Accepted Solutions (1)

Accepted Solutions (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Shravan,

the message area is a common container so the messages that are raised in that serverrountrip will be displayed in all the message area ui element.

solution would be to create an action handler method for the tabStrips' onSelect event (inorder to trigger the server roundtrip). this roundtrip will flush the stateless messages and you can raise new messages for second tab elements.

hope this solves your problem.

BR, Saravanan

Answers (0)