Sun Java System Portal Server Mobile Access 7.1 Tag Library Reference

storeTask

Description

The storeTask tag stores the specified task into the current calendar set. It can either store a new task or update an existing event. If an error occurs during processing, the tag body will be evaluated.

Tag Body

JSP

Restrictions

If the name attribute is not specified then a parent task tag is used to find the event to operate on. The modifier attribute should only be used to update an existing task

Attributes

The tag has the following attributes for which the Required value is “No”:

name

Name of the event bean to store.

Properties

None

Example(s)
<%-- store an task by name --%>
<cal:task id="task1">
<cal:storeTask name="task1">
...store failed...
</cal:storeTask>