You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Saym Basheer <sb...@cait.org> on 2006/10/31 18:09:00 UTC

multiple nesting validation

Hi,

 

I know struts provide validation for one level nesting forms but how can we
validate n-level nesting forms.

For example, my form is like that

"Team" has

            --One or more "Player"

                        -- a Player can have one or more "shoes"

                                    -- a "shoes" has property "size" and
"brand"

 

How can I validate the nested properties for "required" or "integer" etc

 

Please also refer to available solution if there is one.

Thanks in advance