Hello,
I'm just starting out with Spring, playing around with a couple simple forms and some hibernate-based business objects. I'd like to have a single form that's composed of properities from multiple business objects, and then have the form values automatically bound to the respective business objects (I guess this would be multiple command objects?). Does Spring support something like this? I though perhaps the MultiActionController might address the issue, but it appears to solve a different issue.
Thanks,
Mike


Reply With Quote