Hi!
I'm using jDev 11.1.2.4.0
I'm facing the issue : Target Unreachable, identifier 'row' resolved to null
Usually this issue happens when a primary key is updatable (not my case) or primary key is a LOV (not my case).
This issue happens when I create a new row with invalid values and try to commit. The error appears to inform the user about the invalid data, everything is working fine until here! After this if I try to change the invalid data of the new row i get the error : " Target Unreachable, identifier 'row' resolved to null "
Does anyone know other reasons for this this mistake ?
I tried to delete all the " ViewObject.executeQuery() " but the problem still happening!
Thanks you in advance.
Best regards!