layout
Tag display


Renders a field's value for display. If saveFieldValue is set to true a hidden field is rendered to the html that can be updated using javascript and submitted with the form. If the saveFieldValue property is set to false (default), the hidden field is rendered as disabled so it's value is not persisted with a submission of the form.


Tag Information
Tag Classnet.sf.springlayout.web.layout.taglib.DisplayTag
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
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
saveFieldValuefalsetruejava.lang.Booleanrenders either a disabled hidden control or an enabled hidden control to allow the value of this to be persisted with a submission of the form.
emptyDisplayStringfalsetruejava.lang.StringString to display in read mode when the value is null, can be used to display a hyphen for example "-"

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.