NXP Community

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1,538 Members Online 217K Discussions 50.4K Solutions
Community Activity
Ask a Question
nakrachi
by nakrachi Contributor II in S32G 21m ago
0 0
0
0
uaShark
0
5
toru88
by toru88 Contributor I in S32K an hour ago
0 1
0
1
Deepak_India
by Deepak_India Contributor II in Sensors an hour ago
0 1
0
1
LewisThin
0
3
rahupat
by rahupat Contributor I in S32K 2 hours ago
0 1
0
1
rohit1749
by rohit1749 Contributor I in S32K 2 hours ago
0 3
0
3
IanHsueh
by IanHsueh Contributor II in S32K 2 hours ago
0 1
0
1
roberthiebert
0
3
awn
0
1
The following has evaluated to null or missing: ==> isLingoAdmin [in template "Language_CP_Admin" at line 17, column 10] ---- 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: #if isLingoAdmin [in template "Language_CP_Admin" at line 17, column 5] ----