by Clive_S <cliveswan@[EMAIL PROTECTED]
>
Nov 26, 2007 at 08:20 AM
It does not complie with page1, but does compile with
<jsp:usebean id="db" scope="request" class="SqlDB" />
(SqlDB is the file that creates a database connection)
It compiles when I use:
<td> <select class="rfcoverten" name="rfcoverten">
<option value="-1">-</option>
</td>
<td> <%= rs.getString("rfcoverten") %></td>
<td> <%= rs.getString(3) %> </td>
</tr>
I get a java.sql.exception: try without catch or finally
when I use an if selection??
<option value="1" <%if(page1.getrfcoverten() == 1){%>selected<%}
%>>Yes</option>
Thanks
clive