My tomcat is returning incomplete html pages when the html to be returned is
too big.
For example, when i want to create a combo box with all cities from my
country, tomcat return a incomplete html like this:
...
<select>
<option>city 1</option>
<option>city 2</option>
<option>city 3</option>
...
<option>city 300</option>
<option>city 301</option>
HERE TOMCAT ENDS THE HTML FOR EXAMPLE.

Any idea about whats happening??

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to