Tunnel API

group

Other API in Package

Web

User

Internal Tunnel

Internal Web

group tag

Allows the creation of sub-lists (identified by id) from a master list (identified by name) based on a key.

Tag Attributes
Attribute Notes
name Required
id Required
row Required
key Required
odd
even
toggle

Sample:

<div>
    <br/>
    <c:group name="list" key="author,firstName,lastName" row="author" id="titles">
        <h2>${author.firstName} ${author.lastName}</h2>
        <ul>
            <c:list name="titles" id="book">

                <li>${book.title}</li>

            </c:list>
        </ul>
        <br/>
    </c:group>
</div>
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: Jul 15, 2024 03:42 PM