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