Hi, I'm trying to use the new DynaActionForm. It's really good, and makes your Application even more dynamic.
But I don't know how to make a new Instance of an ActionForm in my Action. I can't find the appropiate methode in ApplicationConfig or elsewhere. For me this is necessary when an Action is called without a formBean. The ActionForm Parameter is null in this case. With 'normal' form Beans this is no Problem, I can find the class name and use Class.forName() to get an Instance, but how to do it with DynaBeans ? What I'm missing is something like a ActionForm Action.getFormBeanInstace() method. thanks Volker -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

