ModelMap usage in Spring
Posted
by Anna
on Stack Overflow
See other posts from Stack Overflow
or by Anna
Published on 2010-05-25T07:16:28Z
Indexed on
2010/05/25
7:21 UTC
Read the original article
Hit count: 279
spring-mvc
What are the benifits of using ModelMap instead of a simple Map in Spring MVC. I see in the code implementation that they put the datatype of the attribute added in the map as key instead to be made available on the form.
Can anyone explain with an example.
© Stack Overflow or respective owner