Home > Contents > Index >
asset:loadrevision
Loads a previous revision of a revision-tracked asset using the asset:load tag.
Syntax
<asset:loadrevision type="asset type" name="object name" objectid="asset ID" revision="integer" />Parameters
type (required)
- Type of the asset to load.
name (required)
- Object name to assign the loaded asset.
objectid (required)
- Asset ID.
revision (required)
- Integer indicating which asset revision to load.
Error Numbers
The possible values of
errno
include:
Value Description -1000 Revision tracking error. -10001 The implementing class is invalid. -10002 There is a missing method for the implementing class. -10003 The method could not be invoked successfully. -10004 A required parameter is missing. -12004 An asset was not found for a specified ID. More specific error numbers are set in
Variables.errdetail
. See errdetail Error Values for more information.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.