From: "Scott Purcell" <[EMAIL PROTECTED]> > I thought the DynaValidatorForm existed to cut down on the number of "Physical class beans" > we had to create. I hope this works.
Not really... Dynamic forms only get you out of writing all those get/set methods, and remove the temptation to do things that really don't belong in the form. You may still have to have a class for this form, for example you might need to write something in the 'reset' method if you're using checkboxes. > JSP page this chokes. > <html:checkbox property="coversCheckbox" /> That should work (assuming it is surrounded by <html:form> and the <action> is set up correctly in struts-config. Please post the actual error message you're getting. Before that, try stopping the container, cleaning out all the 'work' files (compiled JSP) for this app, recompiling everything, and starting fresh. It may just mysteriously go away... -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]