Cannot Reproduce
Details
Assignee
Carlos RuizCarlos RuizReporter
FernandoSFernandoSLabels
Components
Affects versions
Priority
Major
Details
Details
Assignee
Carlos Ruiz
Carlos RuizReporter
FernandoS
FernandoSLabels
Components
Affects versions
Priority
Created November 20, 2012 at 1:05 AM
Updated March 13, 2014 at 2:18 PM
Resolved March 22, 2013 at 3:00 AM
In the Window that use a field type Memo,
cant save the data.
I saw this difference:
if (e.getNewValue() == null && e.getOldValue() != null
&& e.getOldValue().toString().length() > 0) {// some editors return "" instead of null
mTable.setChanged (true);
differnce ----->>>> mTable.setValueAt (e.getNewValue(), row, col, true);
}
else