spring-guides/gs-handling-form-submission

Feature request: An advanced form submission example

aramark-pivotal opened this issue · 1 comments

It would be nice to see an example of an advance form submission. We recently were working on a project that had a form that looked like this:

//example: for each $post in $posts
<li>
  <input name="post[$postId][title]" value="$post.title" />
</li>

We really struggled with the appropriate way to structure a controller request model that Spring WebMVC would bind to. Maybe help there is a guide, and maybe also it is improvement to the documentation on html form binding.

To keep the guides down to 15 minutes, we can't go into that much detail. It would make a good blog post for you to share with the community.