Using a result set passed froma Servlet to JSP

1999-10-25 Thread Richard Stedham 3562
I am new to using Servlets and JSP but want to use a Servlet to generate a result set and then use JSP to display the information. I can generate the result set okay and redirect to a JSP, using request.setAttribute("rs",rs); RequestDispatcher rd =

Re: Using a result set passed froma Servlet to JSP

1999-10-25 Thread Carsten Heyl
I am new to using Servlets and JSP but want to use a Servlet to generate a result set and then use JSP to display the information. I can generate the result set okay and redirect to a JSP, using request.setAttribute("rs",rs); RequestDispatcher rd =