Skip to content

Instantly share code, notes, and snippets.

@joshitagaki
Created February 1, 2019 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshitagaki/d9ae9c1c411a10c8a09c9b05fd88e0c0 to your computer and use it in GitHub Desktop.
Save joshitagaki/d9ae9c1c411a10c8a09c9b05fd88e0c0 to your computer and use it in GitHub Desktop.
An error occurred while processing the template.
The following has evaluated to null or missing:
==> LinkToPage39g0.getFriendlyUrl() [in template "20099#20135#null" at line 1, column 42]
----
Tip: If the failing expression is known to be 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: ${LinkToPage39g0.getFriendlyUrl()} [in template "20099#20135#null" at line 1, column 40]
----
1<dl><dt>Link to Page:</dt><dd><a href="${LinkToPage39g0.getFriendlyUrl()}">
2 Link to Page
3</a></dd><dt>Link to Page:</dt><dd><a href="${LinkToPagee9ik.getFriendlyUrl()}">
4 Link to Page
5</a></dd></dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment