How To Access A Hashtable Property Using JSTL


To access a Hashtable object’s property in JSTL, you can do it like this.

1
<c:out value="${ht['my_property']}"/>

Found this post useful? Buy me a cup of coffee or help support the sponsors on the right.

Related Posts with Thumbnails