passing data
i am doing j2ee. i want to pass a data from a query passed to jsp from servlet. how to pass
ResultSet ss=stmt.executeQuery("select no, name, address from book");
i want to print the data of resultset from servelt to jsp
Any idea
thanks in advance
Annu
|