The calids tag enumerates through the current calid collection in the calendar context.
JSP
n/a
The tag has the following attributes for which the Required value is “No”:
Name of the calid collection to create.
Name of the calid collection to use.
A boolean that selects iteration. Default is "false", the collection will not iterate.
During iteration, specifies a name by which the current bean may be retrieved from the PageContext.
The tag provides the following bean properties for which the Type value is “Integer” or “Boolean” and Access value is “Get/Set”:
Index of the current bean in the collection. Integer.
The number of iterations the collection should perform. Integer.
The zero based index from which to begin iteration. Integer.
The zero based index that denotes the item upon which iteration will terminate. Integer.
One-based start; suitable for presentation.
One-based end; suitable for presentation.
The size of the collection being paged. Integer.
Whether or not there are more items in the collection, beyond the current iterations. Boolean
Whether there are items in the collection preceding the current iterations. Boolean
<%-- enumerate through the event collection --%> <cal:calids> <cal:calid> ... </cal:calid> </cal:calids>