Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

ics:argument

Declares a value that is available to the parent tag.

Syntax

Parameters

name (required)
Name of the argument.

value (required)
Value for this argument.

condition (optional)
If the expression evaluates to true, then the argument will be used. If it evaluates to false, the argument will be ignored. The default value is true.

Description

The ics:argument tag declares a value that is available to the parent tag. It is used in the context of another tag, and causes a runtime error if it is not contained within a proper parent tag.

Error Numbers

There are no possible errno for this tag.

Example

The following example uses four ics:argument tags to specify name/value pairs to an ics:catalogmanager command:

See Also

ics:catalogmanager

   Home > Contents > Index >

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