From: "Dakota Jack" <[EMAIL PROTECTED]>
However, this is impossible because Struts requires that the form have
a getter with the name of the property value, i.e. getWhatever() for
"whatever".  Anyone have a good idea(er) on how to do this without
changing the Struts code?

Struts has LazyValidatorForm, or you can use LazyDynaBean directly, so you don't have to define properties in advance.


http://www.niallp.pwp.blueyonder.co.uk/lazyactionform.html

http://struts.apache.org/api/org/apache/struts/validator/LazyValidatorForm.html

--
Wendy Smoak




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



Reply via email to