I have a scenario where I call a risc page which the server delivers correctly. Only the client side has problems running the JavaScript correctly. It doesn't find references which hints to JavaScript functions not being available:
ReferenceError: RISCConfirmExit is not defined
ReferenceError: RISCWindowMgr is not defined
ReferenceError: RISCPage is not defined
The client jar is available in the webapp on Tomcat. The problem is browser independent.
Under which circumstances can something like that happen?
thanks for answering. The output you see in my post is the client log output.
After further investigation another question came up: When I load a risc page which itself loads a number of stylesheets, scripts and images does it make sense to send a redirect for every reload of these resources? It seems to me it doesn't and even may break the rendering of the target page.