layout
Tag options


Renders an options for a select


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

Attributes
NameRequiredRequest-timeTypeDescription
itemstruetruejava.util.ListThe List of items
labeltruetruejava.lang.StringThe key to the label in the list of items provided, if the items provided is a list of LabelValueBeans this would equal 'label'
valuetruetruejava.lang.StringThe key to the value in the list of items provided, if the items provided is a list of LabelValueBeans this would equal 'value'
defaultLabelfalsetruejava.lang.StringAppended to the options in provided, an example could be "- select -"
defaultLabelKeyfalsetruejava.lang.StringUsed instead of a default label, the key looks up resources to get the default label example "textLabel.selectOption"
defaultValuefalsetruejava.lang.Stringthe default value for the default label provided, usually will be an empty string ""
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.