Telosys JSP Tag Library
Tag comboitems


Dynamic items generated from a 'ListItem' data provider or a data list


Tag Information
Tag Classorg.objectweb.telosys.uil.taglib.widget.ComboItems
TagExtraInfo ClassNone
Body ContentEMPTY
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringBeginning of the generated 'id' attribute ( e.g. 'foo' for 'foo_1', 'foo_2', etc )
clfalsetruejava.lang.StringCSS class name ( same as html 'class' attribute )
stylefalsetruejava.lang.StringStandard html 'style' attribute ( for CSS )
providerfalsetruejava.lang.StringThe symbolic name of the provider to use (to build the items list)
listfalsetruejava.lang.StringThe name of the list to use (to build the items list). The list can be a VOList, a DataSet or any Java Collection
scopefalsetruejava.lang.StringThe scope where to search the list ( 'screen', 'screen-attributes', 'screen-elements', 'request', 'screen-session', 'session', 'screen-application', 'application' ). The 'screen' scope is available only in actions requests (not in service requests).
txtfalsetruejava.lang.StringThe expression to build the txt from the current bean of the list ( e.g. '@{.name}' or '@{2}')
valuefalsetruejava.lang.StringThe expression to build the txt from the current bean of the list ( e.g. '@{.code}' or '@{1}' )
titlefalsetruejava.lang.StringStandard html 'title' attribute ( with list symbolic variables can be used, e.g. '@{.name}' )
itemnamefalsetruejava.lang.StringSpecific variable name for the current item in the loop (useful for nested loops)

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.