Telosys JSP Tag Library
Tag listbody


List body ( set of rows )


Tag Information
Tag Classorg.objectweb.telosys.uil.taglib.widget.ListBody
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringStandard html 'id' attribute
clfalsetruejava.lang.StringCSS class name ( same as html 'class' attribute )
stylefalsetruejava.lang.StringStandard html 'style' attribute ( for CSS )
heightfalsetruejava.lang.StringHeight (in pixels)
providerfalsetruejava.lang.StringDEPRECATED : use 'data' and 'scope' attributes instead
datafalsetruejava.lang.StringThe standard 'data name' attribute (symbolic 'data name' used to find the list) The object identify by this 'data name' can be a generic Java 'Collection', a Telosys 'DataSet' or a Telosys 'VOList'
scopefalsetruejava.lang.StringThe scope where to search the list data ( '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).
loopfalsetruejava.lang.StringGenerate n rows with a loop ( example "1:30" loop from 1 to 30 ) can be used instead of 'data' (for screen design or tests)

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.