Haha, if you look at the original code of that jsp on the webpage, something must have come out, but it is not displayed on the webpage.
The reason is that there is a problem with tr and td of your table.
[Quote=Quote the reply fromloveyanyanon the 1st floor:]
ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE
This is wrong,
Change to ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_READ_ONLY
[/Quote]