Hi
I did not test your page with my hint, but I had a similar problem.
And couldn't believe the reason when I found out why it was not working.
In your form you are writing name in lower case.
<input type="text" name="login
Try it with UPPER case NAME="login"....
As strange as it sounds, this helped in my case.
The problem occured under Netcape 4.76 on Solaris.
I assume the problem is linked to the browser, because it never sends
the value and therefor you get a null pointer while trying to retrieve
the paramater...
Eric
"Rodriguez Victor A." wrote:
>
> Eric,
>
> > Hi
> >
> > Are you using by any change this option when doing a post :
> > enctype="multipart/form-data" ?
>
> Not at all, I'm using the form (and JSP code) attached to this e-mail.
>
> Cheers
> --
> Víctor A. Rodríguez ( http://www.bit-man.com.ar)
> Telefónica de Argentina - http://www.Telefonica.com.ar
> Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680
>
> ------------------------------------------------------------------------
>
> test.htmlName: test.html
> Type: Hypertext Markup Language (text/html)
>
> test.jspName: test.jsp
> Type: unspecified type (application/octet-stream)
>
> ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]