The following has evaluated to null or missing: ==> data.page.totalPage [in template "cekasp/sdgs/cekasp_sdgs_solution.ftl.htm" at line 57, column 50] Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)?? The failing instruction (print stack trace for 2 more): ==> #if (data.page?? && data.page.totalPa... [in template "cekasp/sdgs/cekasp_sdgs_solution.ftl.htm" at line 57, column 29]