OpenCms toBoolean
toBoolean: 转换为boolean值。真或假。
${value.BooleanValue.toBoolean}
<c:if test="${value.BooleanValue.toBoolean}">xxx</c:if>
toBoolean: 转换为boolean值。真或假。
${value.BooleanValue.toBoolean}
<c:if test="${value.BooleanValue.toBoolean}">xxx</c:if>