程式與日常
Spring MVC的form tag有modelAttribute和commandName的屬性,這兩個屬性的功能是一樣的,都可以建立<form:form>表單所對應的model物件。
modelAttribute
commandName
<form:form>
從FormTag原始碼可以看到commandName的值其實也是分派到modelAttribute成員變數中,而且在spring-form.tld中commandName屬性已經deprecated了,所以就改用modelAttribute就好
參考:
張貼留言
沒有留言:
張貼留言