[OT] Getting form values - clarification required.

2003-11-07 Thread Antony Paul
Hi, When submitting a form with some text fields whose value is blank, in servlet using request.getParameter(test) gives a blank string with length of zero. I think in earlier versions (4.0.2) it was giving null. Is this the proper behavior or I am wrong ?. I am using Tomcat 4.1.27 with

Re: [OT] Getting form values - clarification required.

2003-11-07 Thread Harry Mantheakis
Hello When submitting a form with some text fields whose value is blank, in servlet using request.getParameter(test) gives a blank string with length of zero. I think in earlier versions (4.0.2) it was giving null. Is this the proper behavior or I am wrong ?. My experience with TC 4.1.8 and