Results
Fully-matching results
The following has evaluated to null or missing:
==> sessions [in template "conf/21772~sp-search/_default/results.people.ftl" at line 125, column 15]
----
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. (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: @sessions.LastVisitedLink result=result [in template "conf/21772~sp-search/_default/results.people.ftl" in macro "GenericView" at line 125, column 13]
- Reached through: @GenericView result=result [in template "conf/21772~sp-search/_default/results.people.ftl" in macro "ListView" at line 30, column 5]
- Reached through: @ListView result=result [in template "conf/21772~sp-search/_default/results.people.ftl" in macro "Result" at line 17, column 13]
- Reached through: @.main[resultDisplayLibrary].Result r... [in template "conf/21772~sp-search/_default/result_list.ftl" in macro "Result" at line 79, column 9]
- Reached through: @Result result=result view=view [in template "conf/21772~sp-search/_default/result_list.ftl" in macro "StandardResults" at line 48, column 21]
- Reached through: @StandardResults view=displayMode nes... [in template "conf/21772~sp-search/_default/result_list.ftl" in macro "ResultList" at line 20, column 9]
- Reached through: @result_list.ResultList [in template "conf/21772~sp-search/_default/simple.ftl" at line 106, column 49]
~ Reached through: #nested [in template "web/templates/modernui/funnelback_classic.ftl" in macro "AfterSearchOnly" at line 94, column 9]
~ Reached through: @s.AfterSearchOnly [in template "conf/21772~sp-search/_default/simple.ftl" at line 100, column 41]
----