form
' whose inner elements are bound to properties on a form object. Users should place the form object into the {@link org.springframework.web.servlet.ModelAndView ModelAndView} whenpopulating the data for their view. The name of this form object can be configured using the {@link #setModelAttribute "modelAttribute"} property.
The default value for the {@link #setModelAttribute "modelAttribute"}property is 'command
' which corresponds to the default name when using the {@link org.springframework.web.servlet.mvc.SimpleFormController SimpleFormController}.
@author Rob Harrop
@author Juergen Hoeller
@since 2.0
@see org.springframework.web.servlet.mvc.SimpleFormController
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|