I try to output my element only if the value of the property fileEn
is NULL (fileEn => NULL
)
<f:if condition="{file.fileEn}==NULL">
<f:debug title='file'>{file}</f:debug>
</f:if>
However this is also showing me elements where fileEn is not NULL
!