SyntaxFix
Write A Post
Hire A Developer
Questions
Either != or ne will work, but you need to get the accessor syntax and nested quotes sorted out.
!=
ne
<c:if test="${content.contentType.name ne 'MCE'}"> <%-- snip --%> </c:if>