layout
Tag input


Renders an input field


Tag Information
Tag Classnet.sf.springlayout.web.layout.taglib.InputFieldTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
pathtruetruejava.lang.Stringthe path to the field according to the Layout definition
htmlEscapefalsetruejava.lang.Stringspecify true to escape html characters into the output
cssClassfalsetruejava.lang.StringEquivalent to "class" - HTML Optional Attribute
cssErrorClassfalsetruejava.lang.StringEquivalent to "class" - HTML Optional Attribute. Used when the bound field has errors.
cssStylefalsetruejava.lang.StringEquivalent to "style" - HTML Optional Attribute
langfalsetruejava.lang.StringHTML Standard Attribute
titlefalsetruejava.lang.StringHTML Standard Attribute
dirfalsetruejava.lang.StringHTML Standard Attribute
tabindexfalsetruejava.lang.StringHTML Standard Attribute
readonlyfalsetruejava.lang.StringHTML Standard Attribute
disabledfalsetruejava.lang.StringHTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.
onclickfalsetruejava.lang.StringHTML Event Attribute
ondblclickfalsetruejava.lang.StringHTML Event Attribute
onmousedownfalsetruejava.lang.StringHTML Event Attribute
onmouseupfalsetruejava.lang.StringHTML Event Attribute
onmouseoverfalsetruejava.lang.StringHTML Event Attribute
onmousemovefalsetruejava.lang.StringHTML Event Attribute
onmouseoutfalsetruejava.lang.StringHTML Event Attribute
onkeypressfalsetruejava.lang.StringHTML Event Attribute
onkeyupfalsetruejava.lang.StringHTML Event Attribute
onkeydownfalsetruejava.lang.StringHTML Event Attribute
onfocusfalsetruejava.lang.StringHTML Event Attribute
onblurfalsetruejava.lang.StringHTML Event Attribute
onchangefalsetruejava.lang.StringHTML Event Attribute
accesskeyfalsetruejava.lang.StringHTML Standard Attribute
modefalsetruejava.lang.Stringmode which this tag should operate in [read | edit | multi]
emptyDisplayStringfalsetruejava.lang.StringString to display in read mode when the value is null, can be used to display a hyphen for example "-"
typefalsetruejava.lang.StringHTML Standard Attribute, example: type='hidden'
sizefalsetruejava.lang.StringHTML Standard Attribute
maxlengthfalsetruejava.lang.StringHTML Standard Attribute
helpMessagefalsetruejava.lang.StringContext sensitive help message. Setting this or the helpMessageKey will cause a '?' icon to appear beside the control, clicking this icon will display this message.
helpMessageKeyfalsetruejava.lang.StringInternationalizable message key for a context sensitive help message. Setting this or the helpMessage will cause a '?' icon to appear beside the control, clicking this icon will display the localized message this key refers to.

Variables
No Variables Defined.


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