SPR-8661 Add disabled attribute to HiddenInputTag

This commit is contained in:
Rossen Stoyanchev
2011-11-03 16:29:12 +00:00
parent 78fbceff82
commit bba8bb6ec0
4 changed files with 73 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ Changes in version 3.1 RC2 (2011-11-15)
* Support target request with multiple parameter values in FlahMap matching logic
* Fix issue in SimpleMappingExceptionResolver causing exception when setting "statusCodes" property
* The Form input tag allows type values other than "text" such as HTML5-specific types.
* The Form hidden tag supports "disabled" attribute
Changes in version 3.1 RC1 (2011-10-11)
---------------------------------------