TagLib: Calendar

calid

Description

This tag makes the specified event bean properties available.

Tag Body

JSP

Restrictions

Only one of the id, name or index attributes should be used at a time. If no attributes are specified then the current event in the parent collection is used. The event properties are only valid from the start tag to the end tag.

Attributes

The tag has the following attributes:

Attribute

Description

Req'd?

id Specifies the id of the bean to create. No
name Specifies the name of the bean to use. No
index Specifies the index into the current calid list of the calid bean to find. No

Properties

The tag provides the following bean properties:

Property

Description

Type

Access

value
The calendar ID referenced by the bean
String
Get

Example(s)

<socs:calid id="aCalId" >
<cal:get property="value" />
</socs:calid>