Posts

Showing posts with the label forTokens

jstl forTokens

Image
<body> <c:set var="str" value="A|P|P|L|E"/> <c:forTokens var="item" items="${str}" delims="|" > ${item}<br /> </c:forTokens> </body> JSTL tag ex)  :  https://ahnsk39.blogspot.com/2017/08/jstljsp-standard-tag-library.html