RE: Issues when reusing a DynaValidatorForm

2004-01-16 Thread Richard Hightower
I think you want a mapped backed property. Here is an example: form-bean name=userRegistrationDynaForm type=org.apache.struts.validator.DynaValidatorForm form-property name=userName type=java.lang.String / form-property name=email type=java.lang.String /

RE: Issues when reusing a DynaValidatorForm

2004-01-16 Thread Richard Hightower
about your earlier message ok i did misunderstand okay did you know bean:message not only takes a key but the trinity of attributes... i define the trininty of attributes as name, property, scope thus, bean:message name=simpleForm property=widgetDescription scope=session/