----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
The problem must be with some bit of information that is being passed from the
browser to the servlet. I found, much to my dismay, that ie4 handles dates in a
completely different way than ns. I'm not sure what params you are passing back
and forth, but you should set some debug code that allows you to return a page,
HTML, back with the params listed.
I do this a lot for troubleshooting. Should probably have created a ReturnParams
class.
ed.
"Richey, Ross" wrote:
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Is there anything specific about IE4 that could cause a servlet to fail?
>
> In this case we're getting a nullpointer exception when the servlet tries to
> access a SQL server.
>
> We're running:
> RedHat 6.1
> jserv-1.0
> Apache 1.3.9
> JSDK 2.0
> Blackdown JDK 1.1.7_v3
>
> This is a problem that only happens with IE4 not any version of navigator or
> IE5.
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]