Class TransformTag

  • All Implemented Interfaces:
    Serializable, IterationTag, JspTag, Tag, TryCatchFinally

    public class TransformTag
    extends HtmlEscapingAwareTag
    Tag for transforming reference data values from form controllers and other objects inside a spring:bind tag (or a data-bound form element tag from Spring's form tag library).

    The BindTag has a PropertyEditor that it uses to transform properties of a bean to a String, usable in HTML forms. This tag uses that PropertyEditor to transform objects passed into this tag.

    Since:
    20.09.2003
    Author:
    Alef Arendsen, Juergen Hoeller
    See Also:
    BindTag, Serialized Form