Hi,
I tried to put the resultset into an array and send that to the jsp page but
I think I'm doing it wrong. Is there an easier way, like passing the
resultset over??
here some code:
does this set the rsArray to have the data from the resultset??
request.setAttribute(dbrs.getString(i+1), rsArray);
RequestDispatcher rd =
getServletContext().getRequestDispatcher("/test/display.jsp");
rd.forward(request, response);
thanks,
Will
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html