mercredi 31 octobre 2018

Freemarker If condition is NULL

I only want a list with schools without an end date. In SQL I use always the condtion is null, how does it work in Freemarker?

<#list mergevelden.adres_instantie_344.betrokken_instanties.betrokken_instantie as scholen>
<#if scholen.tm="null"> ${scholen.instantie.volledige_naam} ${scholen.instantie.adressen.adres.straat} ${scholen.instantie.adressen.adres.huisnummer} ${scholen.instantie.adressen.adres.postcode}  ${scholen.instantie.adressen.adres.woonplaats?upper_case}

Aucun commentaire:

Enregistrer un commentaire