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

 

ics:if

Processes other tags or displays text based on a logical condition.

Syntax

Parameters

condition (required)
Takes a true or false logical expression in Java.

Description

The ics:if tag processes other tags or displays text based on a logical condition. If the condition is true, the content of the ics:then tag is processed. If the condition is false, the content of the ics:else tag is processed. The ics:then tag is required as part of an ics:if tag. The ics:else tag is not required. ics:if, ics:else and ics:then provide debugging information in log.

Error Numbers

There are no possible errno for this tag.

Example

The following example checks the value of errno:

See Also

ics:else

ics:then

 

   Home > Contents > Index >

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