Home > Contents > Index >
render:filter
Filters single assets or lists of assets that have not been approved for publishing from being exported into the generated file.
Syntax
<render:filter list="list name" listvarname="output list name" listidcol="assetID column" [listtypecol="assettype column"] [type="asset type"] [id="asset id"] [varname="output variable"/>Parameters
list (required)
- Name of the list to filter.
listvarname (required)
- Name of the list that contains the filtered assets.
listidcol (required)
- Name of the asset ID column in the list to be filtered.
type (optional)
- Asset type to filter.
id (optional)
- Asset ID to filter.
varname (optional)
- Name of the output variable that includes a value of
true
orfalse
. Atrue
value indicates it is safe to include the asset.
Description
This tag filters a single asset or list of assets based on whether the asset is approved for the destination being exported. Use this tag within templates that generate a list of assets, including unapproved assets. Templates used during during an export publish operation that employ query assets, asset:list , or ics:selectto may be candidates for the render:filter tag.
Error Numbers
The possible values of
errno
include:
Value Description -10004 An argument is missing. Example
<render:filter list="ArticlesFromTheQuery" listvarname="ArticlesFromTheQuery" listidcol="id"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.