You can pass it as a serialized object from JSP to applet. Use ObjectOutputStream from the response object and send the vector. The applet should use the ObjectInputStream from the response object and retrieve the vector. Very simple.
Originally posted by Scott Williams:
Is it possible to pass a Vector from JSP to an applet? If so how? Thanks in advance.
Scott
------------------