Question

Morgan Stanley
IN
Last activity: 9 Sep 2016 2:12 EDT
Getting "com.pega.pegarules.pub.PRRuntimeError" while navigating from the screen after a Javascript act
The error below is thrown and can be seen in the logs after doing a javascript Operation.
com.pega.pegarules.pub.PRRuntimeError: PRRuntimeError
There is a custom HTML control which is a hyperlink and calls 2 javascript functions one after the other. The first JS function opens a window in the background by calling an activity and doing a Show-HTML of the window. The 2nd JS function calls another function (which is written in the html file of the opened window) by taking its handle and opens up another window as a pop up. This functionality works fine. The background window as well as the pop up window opens up showing the contents.
Now after clicking on the hyperlink and getting the popup window, when i close it (popup but not the background window) and do some refresh action on my harness, i get blank white screen with message "No Stream to Display". In the logs PRRuntime error is shown.