hareesh Puthala wrote:
Ulf Dittmer wrote:The NPE occurs in the showDocument method, so the AppletContext is obviously not null.
What's the value of the URL you're passing in? In which browser does this happen?
Value of the URL is: http://10.16.1.43:8090/collectionpak/pages/consumerService.jsp
And the browser is IE 6.0
Ulf Dittmer wrote:The NPE occurs in the showDocument method, so the AppletContext is obviously not null.
What's the value of the URL you're passing in? In which browser does this happen?
Ulf Dittmer wrote:So the applet calls the servlet using java.net.URLConnection or something similar? If so, then the servlet can't cause the applet page to redirect to another page - the applet needs to do that by calling AppletContext.showDocument.