Hi I am currently passing a string to a servlet which i then search an access database and get a ResultSet object. I convert this to an ArrayList and redirest back to the JSP
I am lookin for a simple piece of code to link to the Servlet to the JSP using a simple link!
I hope this is the correct way of passing a resultset back to the jsp