Hi ! I don't see a good reason that you are not going to use action form. Since Action form is just a Java bean, which is pretty much the same as the "Object" that you want to pass around
and about this: "use an ActionForm I have to write the entities of my ActionForm into the JSP for it to be picked up" If you use plain Object to pass around JSP, u still need to declare those object in order to use it (<bean: XX />). Which means u still need a Java bean in order to use it in JSP, and that's why Acton form is here to help u! lastly, can u sure that your site will only has 2 page in the future? and won't do some validation? hopes this help Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]