Retreivng data from a vector

2000-05-18 Thread Bhatia Ashish
hi, i am trying to return data from my EJB to a JSP using a vector. I push the recordset (as objects of type Details) in the vector in my EJB and my JSP retrieves the same thru a business method. But when i try to use that data using either the vector or enumeration in my JSP, i get typecast

Re: Retreivng data from a vector

2000-05-18 Thread John M. O'Neill
/18/2000 10:50:16 AM Please respond to A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: John M. O'Neill/CLE/Sherwin-Williams) Subject: Re: Retreivng data from a vector how did you place them into the vector

Re: Retreivng data from a vector

2000-05-18 Thread John Edwards
Can't you serialise the object ? John -Original Message- From: John M. O'Neill [mailto:[EMAIL PROTECTED]] Sent: 18 May 2000 16:50 To: [EMAIL PROTECTED] Subject: Re: Retreivng data from a vector RMI can't deal with vectors. In the ejb you need to return an enumeration