inaccessible or unknown property data
JETT - Java Excel Template Translator
Status: Beta
Brought to you by:
rgettman
If you specify a condition like
<jt: if="" test="$ {data.stringsParty! = Null}" elseaction="shiftUp"> <jt: foreach="" items="$ {data.stringsParty}" var="part"> < / jt: if> </ jt: forEach>
then a message appears in the assembled project during execution</jt:></jt:>
2019-05-22 14:45: 48,457 WARN o.a.c.j.Interpreter [main]! [0,17]: 'data.stringsParty! = Null;' inaccessible or unknown property data
2019-05-22 14:45: 48,486 WARN o.a.c.j.Interpreter [main]! [0,17]: 'data.stringsParty! = Null;' inaccessible or unknown property data
How to disable logging? Or how to solve this issue?
Hello everyone!!
I'd like to know the answer/solution for this issue too.
I am doing a workaround here setting non-null values on the list before the transformation call, but if there is other solution I'd like to know.
I turned off the debugger. http://jett.sourceforge.net/misc/jexl_settings.html