If you extend the DynaActionFormClass to add your own properties, the current code doesn't seem to copy these properties to the DynaActionForm class when it creates it.
In tracing the code through, the DynaActionFormClass gets initialized correctly with the properties form the struts-config file, but there doesn't seem to be any code to copy these over into the Form. Is there any specific way the properties should be created, or has this code just not been written yet ? Roy.
