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.

errno

The value of errno is unchanged.

Example

The following example checks the value of errno:

See Also

ics:else

ics:then

 

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.