It is possible, however, why would you want to use and array why not
use a vector of hashtables.  I posted a response to a similiar problem
using servlet to jsp last month (I believe more toward the middle of
October).  Why don't you search the archive and see if that helps you
at all.

----- Original Message -----
From: Ginni <[EMAIL PROTECTED]>
Date: Monday, January 3, 2000 3:27 pm
Subject: resultset to jsp

> hi,
>
> I query my database and get a resultset in my bean , now is it
> possible to
> get all the records in the resultset into an array. i want to
> retrieve this
> array in my jsp and display the values there. is that possible
>
> there are 2 things here,
>
> 1. i need to get the resultset into an array (in asp, i use
> getrows() for
> this purpose)
> 2. i need to get the array into my jsp. (could i use getProperty
> for this)
>
> thanks for ur time,
> :-)
> Have a great Day!
> -Ginni
>
>
========================================================================
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to