I'd like to define the structure of a DynaValidatorForm on the fly
instead of through struts-config.xml. I had a look at FormBeanConfig
and DynaActionFormClass (which says "Application developers never need
to consult this documentation" :), but I'm not sure where to start. I'd
like to do something like this:
<form-bean name="runtimeForm" type="mypkg.RuntimeForm" />
(RuntimeForm extends DynaValidatorForm)
And then when I need to instantiate a RuntimeForm for a particular page,
I'd like to define the properties at that point, and preferably cache them.
Thanks,
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]