If I use the code and LazyValidatorForm, then I get no HTML because it bails because of LazyValidatorForm.
You really need to post the exact error messages.
This isn't going to be a drop-in solution. Just as in moving from ActionForm to DynaActionForm, you have to change how you define [or not in this case] and access the form properties.
http://struts.apache.org/userGuide/building_controller.html#dyna_action_form_classes
"However, you cannot mix conventional properties and DynaProperties. A conventional getter or setter on a DynaActionForm won't be found by the reflection utilities."
--
Wendy Smoak
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]