Includes support for field markers which address a common problem with HTML checkboxes and select options: detecting that a field was part of the form, but did not generate a request parameter because it was empty. A field marker allows to detect that state and reset the corresponding bean property accordingly. Default values, for parameters that are otherwise not present, can specify a value for the field other then empty. @author Juergen Hoeller @author Scott Andrews @since 1.2 @see #registerCustomEditor @see #setAllowedFields @see #setRequiredFields @see #setFieldMarkerPrefix @see #setFieldDefaultPrefix @see ServletRequestDataBinder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|