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:
|
||||||
Properties |
None |
||||||
Example(s) |
<%-- store an task by name --%> |