1. 04 2月, 2010 1 次提交
  2. 15 12月, 2009 1 次提交
  3. 07 12月, 2009 1 次提交
  4. 13 11月, 2009 1 次提交
  5. 21 9月, 2009 1 次提交
  6. 07 9月, 2009 1 次提交
  7. 01 6月, 2009 1 次提交
  8. 23 1月, 2009 1 次提交
    • S
      SPR-3389 Nicer handling of Java 5 enums by the Spring MVC form taglib. · 8e261e58
      Scott Andrews 提交于
      The form:options and form:radiobuttons tags will now render a set of options automatically if the bind target is an Enum and items are not otherwise specified.  The values of the enum are converted into form inputs where by default the form value is the enum's name() and the form label is the enum's toString().
      8e261e58
  9. 28 11月, 2008 2 次提交
  10. 20 11月, 2008 1 次提交
  11. 19 11月, 2008 1 次提交
  12. 17 11月, 2008 2 次提交
    • S
      SPR-5299 TLDs must be located under META-INF · a1faaad9
      Scott Andrews 提交于
      Moving spring.tld and spring-form.tld under /src/main/resources/META-INF so they can be automatically discovered by the servlet container.
      a1faaad9
    • S
      SPR-5267 Support for PUT and DELETE in spring:form tag · 7d1f2bd1
      Scott Andrews 提交于
      Any HTTP method passed to the spring-form:form tag other then GET or POST will automatically be defaulted to POST on the form tag and a hidden input field is created with the requested HTTP method.  By default, the hidden field is named '_method', the name can be overridden using the methodParam attribute on the spring-form:form tag.
      7d1f2bd1
  13. 28 10月, 2008 1 次提交
  14. 27 10月, 2008 1 次提交