Joe, Do you not think that the new standard mechanism in Struts 1.2.1 for creating ActionForms (regular or Dyna) makes this more straight forward?
public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Excetpion { // Find the FormBeanConfig FormBeanConfig config = mapping.getModuleConfig().findFormBeanConfig("myForm"); // Create new ActionForm ActionForm newForm = config.createActionForm(servlet); } Niall ----- Original Message ----- Joe Germuska wrote ...... > If your form bean is a simple non-dynamic form, then it's not too big > a deal to instantiate the bean, populate it, and put it in request or > session scope under the "name" attribute associated with the action > which receives the form submission. This is the bare minimum to do > to "make it work." If you're using DynaForms, it's a little harder > to get an instance. > > In the Struts 1.3 timeline, I'm hoping to work on some things to make > this easier. If you are interested in the details and in being on > the "bleeding edge," feel free to subscribe to the [EMAIL PROTECTED] list > where this would be discussed/critiqued/etc. I can't use the pending > release of 1.2.1 as an excuse any more, so now I just have to squeeze > time into my schedule to get started. > > Joe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]