Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
render:logdep
Handles an asset dependency during the export and approval process and compositional dependencies for cache management.
Syntax
<render:logdep [asset="asset name"] [cid="asset id"] [c="asset type"] [deptype="exact|exists|none"]/>Parameters
asset (optional)- Name of the asset.
 
cid (optional)- ID of the asset. When using the
 cidparameter you must also specify thecparameter. Eitherassetorcidandcmust be set.
c (optional)- Type of asset. This parameter must be used in conjunction with the
 cidparameter. Eitherassetorcidandcmust be set.
deptype (optional)- Specifies approval dependency. Legal values are as follows:
 
exact- Default. Specifies a version dependency. The version of the dependent asset must be equal to the version of the asset when it was approved.exists- Specifies that any version of the asset satisfies the dependency condition.none- Specifies no approval dependency is needed. A compositional dependency will be logged ensuring that the cache will be updated when the dependent asset is changed.Description
This tag keeps track of asset dependencies during publishing. When the
render:logdeptag is encountered during an export publishing operation it marks assets as dependent on the asset being approved. Use therender:logdeptag when methods other than asset:load are employed to insert data into templates.errno
The possible values of
errnoinclude:
 Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded into memory). -10006 The object ID is not valid.
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.