Hi, How do I create my own dynaactionform instance and set values based on my struts-config?
DynaActionForm myForm = new DynaActionForm();
myForm.set("name","name");
The previous two lines don't work, as the 'set' method throws a
nullpointerexception.
Thanks,
Chris
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

