Is it possible to have nested form:form in spring mvc?
Every form must be enclosed within a FORM element. There can be several forms in a single document, but the FORM element can't be nested. The browser is responsible for handling the input focus, i.e. which field will currently get keyboard input.
So the Spring Web application entry point is, not surprisingly, a servlet.
So no, nested forms are not allowed.
Spring MVC is a Model-View-Controller framework, it enables the separation of modules into Model, View, and Controller and uniformly handles the application integration. In this article, we will create a student login form and see how Spring MVC handles form-based web-based applications.
no, you can you have only one form action/backing object but the backing object could be nested.
It is not possible to have nested forms in HTML.
Spring generates HTML, so it can't have them either.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With