In terms of simplifying the maintenance of DynaActionForms, I was wondering if we had tried anything like this yet?

<form-bean name="inputBean"
  type="org.apache.struts.validator.DynaValidatorForm"
  proxy="com.mycompany.project.businessBean" />

where the proxy class would be introspected, and String or boolean dynaproperties generated for each public property? (Rather than specify them ourselves as XML.)

-Ted.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to