sakai
Tag multiColumn


Analogous to the data table in iterating over a list, this is a 'non-visual' container for itnerated columns.

This is recognized by dynaTable.



Tag Information
Tag Classorg.sakaiproject.jsf.tag.MultiColumnTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
firstfalsefalsejava.lang.String Zero-relative row number of the first row to be displayed. If this property is set to zero, rendering will begin with the first row of the underlying data.
renderedfalsefalsejava.lang.String Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
rowsfalsefalsejava.lang.String The number of rows of the underlying data model to be displayed, starting with the one identified by the "first" property. If this value is set to zero, all available rows in the underlying data model will be displayed.
valuefalsefalsejava.lang.String The current value of this component.
varfalsefalsejava.lang.String Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed.

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.