Hi all I have an Action class that loads up a Vector with information from a database. What I would like to do is pass this Vector to the forwarding JSP and create a table listing of the data.
I'm thinking of just adding the Vector to the session in the Action class and then retrieving and iterating through it in the JSP. Is there a better way to do this? bort --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

