[thelist] [JSP/MySQL] What the ---??? Output ending abruptly

Warden, Matt mwarden at mattwarden.com
Tue Mar 5 14:00:01 CST 2002


On Mar 5, Howard Cheng had something to say about Re: [thelist] [JSP/MySQL]...

>At 02:43 PM 3/5/2002 -0500, rudy wrote:
>>what do you mean "quits in the middle of the loop -- always in the same
>>place, to boot"?
>>
>>what special character might be sitting in that entry?
>
>On one page where it works correctly, I get the entire result set.
>
>On the offending page, the loop always exits -- AND (I forgot to mention)
>all output to the response stream ceases -- at the same location. There are
>no special characters.
>
>In other words, the output looks like:
>
><select ...>
><option>1</option>
><option>2</option>
><option>3</option>
>[EOF]
>
>The last option printed is <option value="801">Eugene, OR</option>
>
>The next option to be printed is <option value="649">Evansville, IN</option>
>
>It's very bizarre.

It almost sounds like an exception. Are you catching exceptions around
that?

You're getting no error message (even in the source)?


--
mattwarden
mattwarden.com




More information about the thelist mailing list