form


Standard Syntax:
     <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>

XML Syntax:
     <anyxmlelement xmlns:form="http://www.springframework.org/tags/form" />

Spring Framework JSP Form Tag Library

Tag Library Information
Display NameNone
Version4.3
Short Nameform
URIhttp://www.springframework.org/tags/form
 

Tag Summary
buttonRenders an HTML 'button' tag.
checkboxRenders an HTML 'input' tag with type 'checkbox'.
checkboxesRenders multiple HTML 'input' tags with type 'checkbox'.
errorsRenders field errors in an HTML 'span' tag.
formRenders an HTML 'form' tag and exposes a binding path to inner tags for binding.
hiddenRenders an HTML 'input' tag with type 'hidden' using the bound value.
inputRenders an HTML 'input' tag with type 'text' using the bound value.
labelRenders a form field label in an HTML 'label' tag.
optionRenders a single HTML 'option'. Sets 'selected' as appropriate based on bound value.
optionsRenders a list of HTML 'option' tags. Sets 'selected' as appropriate based on bound value.
passwordRenders an HTML 'input' tag with type 'password' using the bound value.
radiobuttonRenders an HTML 'input' tag with type 'radio'.
radiobuttonsRenders multiple HTML 'input' tags with type 'radio'.
selectRenders an HTML 'select' element. Supports data binding to the selected option.
textareaRenders an HTML 'textarea'.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.