<task:doBefore>

Indicates another task must be done before this task.

When two tasks must be performed on the same day, they will be ordered based on the "doBefore" settings. By providing these value, this task will be scheduled after the other tasks. At least one of page or task must be provided. Must be nested inside a <task:task> tag.

Tag Information

Tag Class: com.pragmatickm.task.taglib.DoBeforeTag
TagExtraInfo Class: None
Body Content: empty
Display Name: None

Attributes

Name Required Evaluation Type Description
book No Deferred-Value String

The book containing the page.

Defaults to the book of the current JSP file.

page No Deferred-Value String

The page-relative path to the page.

If not provided, assumes the current page.

task Yes Deferred-Value String

The page-unique id of the task.

Not allowed to reference task by generated id, set an explicit id on the task.

Variables

No Variables Defined.