Skip to Content
0
Former Member
May 03, 2011 at 11:30 AM

How do I show a message inside a pop-up window?

30 Views

Hi All,

I have a main view inside which on the click of a button, I am showing a pop-up window using:

IWDWindow window= wdComponentAPI.getWindowManager().createModalWindow(windowInfo);

Inside this window, I have a few more buttons and I have written certain validations. But when I report messages or exceptions, they are shown in the message area of the main view and not the pop-up window.

Do let me know if there's a way to show them inside the pop-up window.

Thanks & Regards,

Vaishnavi