User API

if

Other API in Package

Web

Internal Tunnel

Internal Web

Tunnel

if tag

This tag evaluates the test expression. If it evaluates to true, the nested content is processed. Supported in documents.

Tag Attributes
Attribute Notes
test Required

Sample:

<c:if test="${action eq 'begin'}">
    <p>Begin</p>
    <c:fragment name="frag-${action}"/>
</c:if>
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: Jul 15, 2024 03:42 PM