<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-signature">I'm wondering today (after an upgrade
from 9.5.0 to 9.5.1) that code seems to be broken in severeal
places where<br>
a test for NULL (empty) is being made.<br>
<br>
<small><font face="Courier New, Courier, monospace"><%@page
buffer="none" session="false"
trimDirectiveWhitespaces="true"%><br>
<%@ taglib prefix="cms"
uri=<a class="moz-txt-link-rfc2396E" href="http://www.opencms.org/taglib/cms">"http://www.opencms.org/taglib/cms"</a>%><br>
<%@ taglib prefix="c"
uri=<a class="moz-txt-link-rfc2396E" href="http://java.sun.com/jsp/jstl/core">"http://java.sun.com/jsp/jstl/core"</a>%><br>
<%@ taglib prefix="fmt"
uri=<a class="moz-txt-link-rfc2396E" href="http://java.sun.com/jsp/jstl/fmt">"http://java.sun.com/jsp/jstl/fmt"</a>%><br>
<%@ taglib prefix="fn"
uri=<a class="moz-txt-link-rfc2396E" href="http://java.sun.com/jsp/jstl/functions">"http://java.sun.com/jsp/jstl/functions"</a>%><br>
<cms:formatter var="content"><br>
<div id="panel-1" class="panel"><br>
<c:if
test="${cms.element.settings['enable_untertitel']}"><br>
<h3 class="post-title" ${content.rdfa.Title}><br>
hier sollte kein Text stehen<br>
${content.value.Title}<br>
</h3><br>
</c:if><br>
<div class="textwidget"><br>
<div ${content.rdfa.Text}><br>
${content.value.Text}<br>
</div><br>
</div><br>
</div><br>
</cms:formatter></font></small><br>
<br>
The property 'enable_untertitel' is unchecked in the widget and
nonetheless the code is executed<br>
where "<small><font face="Courier New, Courier, monospace">hier
sollte kein Text stehen"</font></small> is being written out.<br>
<br>
<br>
-- <br>
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
</div>
</body>
</html>