Retrieving query results to display in a jsp page
843836Mar 15 2005 — edited Mar 16 2005Hi,
I am using a javabean to query an sql server database and would like to send the query results to be displayed on a jsp. I need help with making the resultset accessible to the jsp. Is there a way to do this without having to use scriptlets or the <sql:query> tags. I dont want to have the data retrieval code in my jsp page. Please help!! Thanks in advance. :-)