Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi together,
in the tMap-Componente there are several row-Vars, but when i show them in tjava with
System.out.println( "row2 from tMap: " + row2.toString());
all vars are "null" - in a following logrow the vars will be shown.
Any idea whats wrong?`
Column1 | 20160927
System.out.println( "Test:" + OUT2.Column1);
Test: null
Test null
BildFullPath | full/401448/910/
System.out.println( "Test " + OUT4.Column1);