Hi, I have recently started logginh some weird errors with my servlets.
The process: I call the servlet (usually POST from a form), do the processing and then send the response/request to a jsp via dispatcher.forward(request, response). The strange thing that now happens is that when the page loads, sometimes (not everytime) a doGet is called when processing any <input type="image" src="blah.gif"> within the jsp. This then can throw a NullPointerException in my logs but the user will see none of this, as everything still works how it should. I am just wondering why this COULD happen. I have rolled back servlet code from CVS, and that hasn't caused this problem. Maybe my sys-admin changed some proxy settings or something, I have no idea. It only seems to occur with the<input type="image">. Any help or ideas about why this is occurring much appreciated! Apologies if this is not JSP/Java related... Thanks -brendan =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com