GridController

Description

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

Environment

Swing: linux, windows

Activity

Show:

Carlos Ruiz March 22, 2013 at 3:00 AM

not reproducible en idempiere

Cannot Reproduce

Details

Assignee

Reporter

Labels

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