Thanks for the feedback.

Why wouldn't I want to nest forms?  Its entirely possible I missed the
point, but I thought that was what <nested:xxx> was for?  Everything
but the validating works just fine.

I'm sure that I could write my own validation method, but I'm trying
to KISS and use the nice validation.xml route

J

--- In [EMAIL PROTECTED], Rick Reumann <[EMAIL PROTECTED]> wrote:
> Ok couple of things...
> 
> 1) I would NOT nest forms. I think that's just asking for trouble. I 
> would simply use ONE form and have your collection a s property in that 
> form. (The of course your collection can hold objects which have 
> collections..etc etc). But just nest a collection of beans, or even one 
> bean with the collections inside.
> 
> 2) I'm not sure how declarative validation works over nested objects 
> (using validation rules). I know when I have a lot of nested objects 
> (which I do quite often), I find it easiest to just create my own 
> validation (Recurse over the nested objects and perform the checks).
> 
> -- 
> Rick
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




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

Reply via email to