Hi all: In the Struts framewok information from the form to the action class is transfer through an ActionForm, but when I want to transfer information from the Action to a new HTML (JSP) page, for example a list of products, What is better? Use an action form or directly storing the list in the session object with a particular key.
Thanks. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

