Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    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

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 or false. A true 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

  Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.