Advertisement
Claycorp

Untitled

Oct 11th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Error!
  2.  
  3. Message:
  4.  
  5. freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
  6. ==> user.maxBackups [in template "userlist.ftl" at line 29, column 106]
  7.  
  8. 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)??
  9.  
  10. The failing instruction (print stack trace for 1 more):
  11. ==> ${user.maxBackups?c} [in template "userlist.ftl" at line 29, column 104]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement