5

Is it possible to have nested form:form in spring mvc?

sridhar
  • 1,117
  • 5
  • 31
  • 59

2 Answers2

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