group tagAllows the creation of sub-lists (identified by id) from a master list (identified by name) based on a key.
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 - 2025, ContractPal, Inc. All rights reserved. | API Date: Oct 28, 2025 12:36 PM |