On 6/16/06, Scott Van Wart <[EMAIL PROTECTED]> wrote:
> <form-bean name="runtimeForm" > type="org.apache.struts.validator.LazyValidatorForm" />
OK, I'll give that a shot. Do lazy forms have the benefit of auto-population or do I need to copy the parameters from request to action form myself? I think the most complex I'll get at the moment is a multibox; I'm almost positive all my properties are going to be String or String[], with no nested attributes.
Yes, the framework will populate 'lazy' forms just like any other form. Let us know how the multiboxes work with lazy forms -- I had trouble with lists in regular DynaValidatorForms until I switched to using Commons Collections 'GrowthList' instead of String[] or ArrayList. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]