• 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
RadioButtonsTagTests.java 26.1 KB