Is it possible to have nested form:form in spring mvc?
Asked
Active
Viewed 3,475 times
5
-
No. You just can't. But why you need it? – Jeevan Patil Nov 04 '12 at 07:12
2 Answers
5
no, you can you have only one form action/backing object but the backing object could be nested.

NimChimpsky
- 46,453
- 60
- 198
- 311
3
It is not possible to have nested forms in HTML.
Spring generates HTML, so it can't have them either.

Quentin
- 914,110
- 126
- 1,211
- 1,335