Configuring Siebel eBusiness Applications > Specialized Behavior Supported by Web Templates > Favorites (Predefined Queries) >

Conditional Tag: <swe:if>


Purpose: Provides a simple conditional branching capability.

Usage: <swe:if condition="xxx"> ... </swe:if>

Attributes:

  • Condition. The condition to check for. If the condition evaluates to TRUE, the body of the <swe:if> tag is processed. If the condition evaluates to FALSE, the body of the tag is skipped.

    NOTE:  This tag does not provide an "else" capability like the if tags in programming languages. To get that behavior use the tags <swe:switch>, <swe:case>, and <swe:default> described below.

Configuring Siebel eBusiness Applications