Hi all,
I have written a wd4j application to be a callable object. When a user clicks to approve the request, a pop-up window appears and ask if they are sure. Upon clicking yes, the window should be closed and the GP should be completed. I am having an issue with completing the GP, as it completes before the window is destroyed and thus throws a null pointer.
Does any one know where I should a)destroy the window and then b) complete the GP?
I am closing the pop up window from my main window, via events raised by the component controller. I have tried to move the gp.complete around, but I am not able to get it to work
Thanks
Ryan