Is it possible to have nested form (form:form) in spring
jakarta-ee, java, spring-mvc
Solution
no, you can you have only one form action/backing object but the backing object could be nested.
Problem
Is it possible to have nested form:form in spring mvc?