Hello,<br><br>I try to check if an element exists in a "page with free text", and if yes, include it.<br><br>The check I do like this (in a c:if), but these 3 calls return "false, true, false" (in order of appearance)<br>
${cms:vfs(pageContext).xml[cms:vfs(pageContext).context.uri].hasValue['rcontent']}<br>${cms:vfs(pageContext).xml[cms:vfs(pageContext).context.uri].value['rcontent'].isEmpty}<br>${cms:vfs(pageContext).xml[cms:vfs(pageContext).context.uri].value['rcontent'].exists}<br>
<br>What is wrong about this?<br><br>Best regards,<br>Yves<br><br><br><br>