Difference between modelAttribute and commandName attributes in form tag in spring?

后端 未结 5 1774
迷失自我
迷失自我 2020-12-07 10:42

In Spring 3, I have seen two different attribute in form tag in jsp


in this the

5条回答
  •  难免孤独
    2020-12-07 11:24

    In xml based config, we will use command class to pass an object between controller and views. Now in annotation we are using modelattribute.

提交回复
热议问题