Hi,

Simple question:

I have a servlet package running using Tomcat 3.3m4 that is doing some very
odd things. Tomcat is running using Apache/1.3.20 on FreeBSD 4.3-RELEASE on
a x86.

I am using a html form to change the name of a database entry given a
certain entry ID. Problem has been diagnosed to a certain condition. If I
enter more than a single word in the name box I get a nice ArrayOutOfBounds
exception which get this, propagates through any running servlet if I don't
do catch it at the end of my particular servlet.

The weird part is that the error comes from the entry id being equal to null
even though clearly it isn't (you can see it passed in the url field).

Any help would be really great.

Cheers,

Naden

 







Reply via email to