1.0 1.2 Spring http://www.springframework.org/tags Spring Framework JSP Tag Library. Authors: Rod Johnson, Juergen Hoeller htmlEscape org.springframework.web.servlet.tags.HtmlEscapeTag JSP Sets default HTML escape value for the current page. defaultHtmlEscape true true message org.springframework.web.servlet.tags.MessageTag JSP Retrieves the message with the given code, or text if code isn't resolvable. code false true text false true htmlEscape false true theme org.springframework.web.servlet.tags.ThemeTag JSP Retrieves the theme message with the given code, or text if code isn't resolvable. code false true text false true htmlEscape false true hasBindErrors org.springframework.web.servlet.tags.BindErrorsTag JSP Provides Errors instance in case of bind errors. errors org.springframework.validation.Errors name true true htmlEscape false true bind org.springframework.web.servlet.tags.BindTag JSP Provides BindStatus instance for certain bind path. status org.springframework.web.servlet.tags.BindStatus path true true htmlEscape false true transform org.springframework.web.servlet.tags.TransformTag JSP Provides transformation of variables to Strings using appropriate Custom Editor from BindTag (can only be used inside BindTag) value true true var false true scope false true htmlEscape false true