Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
asset:track
Enables revision tracking on an asset type.
Syntax
<asset:track type="asset type" revisions="number of revisions"/>Parameters
type (required)
- Input. The asset type.
revisions (required)
- Number of revisions to keep on an asset.
Description
This tag activates revision tracking for a previously untracked asset type.
Error Numbers
The possible values of
errno
include:
Value Description -10002 There is a missing method for the implementing class. -10003 The method could not be invoked successfully. -10004 A required parameter is missing.Example
The following example enables revision tracking for the
Article
assettype:<asset:track type="Article" revisions="10"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.