cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying the error message in message area

former_member211107
Participant
0 Kudos

Hi Experts,

The post is regarding display of error message in UI Message area.

I have two popups(say popup1 & popup2). They get displayed through two different Iviews(say Iview1& Iview2).

Now what happening here is that my messages for popup2 are getting displayed in popup1 hwile that of popup1 are getting displayed in the Iview1. Similarly it is happening for Iview2 also.

Why is it that even though i have created seperate message area in the popups, the message is getting displayed at seperate places? Cant they simply get displayed at the right place? I dont want to make use of boolean flag here. It will be lot more complicated using a flag here as i have two popups and two Iviews.

Please suggest some solution for the issue.

Best regards,

KM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member211107
Participant
0 Kudos

Visibility of the error messages can be controleed in multiple popups....

the code for the same is:

Former Member
0 Kudos

Hi,

create two context attributesof type wdvisibility and bind to message areas property visibility. and make visible of desired message are only .

Regards,

Naga