Hello.
In example DS (TestDataSource.java) @alius creates new record in ExecuteAdd method, for example:
Is there any way to use existence domain object instead of creating new. For example: I have a form, which contain data from fetched domain object and I want save this object. I should transmit object to DS, where I can copy values from ListGrid to object attributes and then merge it using Gilead.
Thanks. Any help would be appreciated.
In example DS (TestDataSource.java) @alius creates new record in ExecuteAdd method, for example:
Code:
TestRecord testRec = new TestRecord ();
Thanks. Any help would be appreciated.
Comment