Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Sep 22 03:55:41 GMT+08:00 2023
There was an unexpected error (type=OK, status=200).
The following has evaluated to null or missing:
==> newsInfo[0] [in template "web/newsDetil.ftl" at line 5, column 26]
----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${newsInfo[0].title!""} [in template "web/newsDetil.ftl" at line 5, column 24]
----