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 <#ifmyOptionalVar??>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)??
v-model="data.field01_1"
----
:data="data"
:context="context"
----
:viewparams="viewparams"
FTL stack trace ("~" means nesting-related):
:disabled="detailsModel.field01_1.disabled"
- Failed at: #if editor.getPSCodeList()?? [in template "TEMPLCODE_en_US" at line 8, column 3]