JSP Loop
I have the following JSP code, with a loop and if else statement,
it works fine if countrows is more that one, but as soon as count
rows is less that one, it does nothing, why,
int countrows = 0;
while (result1.next()) {
countrows++;
<
