I get the following warnings:
when calling:
where f_id is the primary key and it is declared as sequence. So, of course, the f_id is empty. Why are these warnings been shown?
Using smartgwt 6.0p power 13.08.16
Code:
12:33:48.987:MUP5:WARN:Log:findByKeys: passed record does not have a value for key field 'f_id' 12:33:48.987:MUP5:WARN:Log:findByKeys: passed record does not have a value for key field 'f_id' 12:33:48.990:MUP5:WARN:Log:findByKeys: passed record does not have a value for key field 'f_id' 12:33:48.990:MUP5:WARN:Log:findByKeys: passed record does not have a value for key field 'f_id'
Code:
lg.startEditingNew();
Using smartgwt 6.0p power 13.08.16
Comment