Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in component tMap_1
java.lang.NullPointerException
Here is my expression:
(row1.notes.equals("")) ? "No Notes" : row1.notes
"".equals(row1.notes)