I need to hide an element if certain values are present in the JSP
The values are stored in a List so I tried:
If you are using Spring Framework, you can use Spring TagLib and SpEL:
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> --- style='display:none;'