mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 01:19:02 +00:00
Since dynamic attributes were allowed in Spring 3, it raised the possibility to specify a type attribute on a number of the form tags. Where it makes sense (see below) that attribute is now rejected and reversely where it makes sense it is accepted. InputTag allows types other than "text" but rejects type="radio" or type="checkbox" since there is a good reason for those to be used only in conjunction with the appropriate form library tags. Other HTML input tags such as PasswordTag, HiddenInputTag, Checkbox(es)Tag and RadioBox(es)Tag check the dynamic attributes and reject them if they contain a type attribute since.
SPRING FRAMEWORK 3.1 RC2 (November 2011) ---------------------------------------- http://www.springsource.org 1. INTRODUCTION Spring Framework 3.1 builds on the Spring Framework 3.0 foundation with a focus on Java-based application configuration and MVC enhancements. 2. RELEASE NOTES This release comes with complete reference documentation. For further details, consult the provided javadoc for specific packages and classes. 3. DISTRIBUTION JAR FILES The Spring Framework module jar files can be found in the 'dist' directory. Note that this release does not contain a 'spring.jar' file anymore, in contrast to previous Spring generations. Furthermore, the jar file names now follow bundle repository conventions. 4. GETTING STARTED Please consult the blog examples at http://blog.springsource.com as well as sections of interest in the reference documentation. Sample applications and related material are provided as separate downloads.