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 - 2024, ContractPal, Inc. All rights reserved. | API Date: Jul 15, 2024 03:42 PM |