Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
hash:create
Creates a hash table object.
Syntax
<hash:create name="objname" [list="listname"] [column="colname"]/>Parameters
name(required)- Input parameter. Name of the hash table object.
list (optional)- Input parameter. Name of a list from which to read to initialize the hash table. Table is created empty, otherwise.
column(optional)- Input parameter. Name of column within the list, if specified, from which to read to initialize the hash table.
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.