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

后端 未结 5 1746
迷失自我
迷失自我 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

    OLD WAY = commandName

    ...
    
        
            
    ....

    NEW WAY = modelAttribute

    ..
    
        
            
    ..

    提交回复
    热议问题