Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
hash:contains
Checks for a specified value in the hash table object.
Syntax
<hash:contains name="objname" value="stringval" varname="booleanvar"/>Parameters
name(required)- Input parameter. Name of the hash table object.
 value (required)- Input parameter. Value to check for in the hash table.
 varname(required)- Input parameter. Variable that holds a string representing boolean value:
 trueorfalse; the value is or is not present in the hash table.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.