described here: http://www.niallp.pwp.blueyonder.co.uk/lazyactionform.html#section4
I've run into an issue though where I'm finding it hard
to validate them, though.
in the JSP I'm using nested:iterate to display a bunch of them.
when I get them back in a post they look like:
nestedForm[0].myProperty
nestedForm[1].myProperty
nestedForm[2].myProperty
and so on.
Unfortunately, they don't seem to be validating on
the path key. I have setPathValidation(true) , so I followed
previous advice and removed the leading "/" from the action path name
in the validation.xml It does not seem to be validating the nested form
properties only the overall containing form (a lazyForm).
I'm guessing I'll have to make a custom validate method for my nestedLazyForm?
-- Plato is my friend, Aristotle is my friend, but my greatest friend is truth. - Isaac Newton
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]