> I wanted to use it to detect if the record is dirty, so then it can prompt
> the user to save or not before actually saving.

OK, I'll see what I can do. It shouldn't be hard to add.

> I'll use a bit of reflection and hope the internals don't change to much :)

Chances are, that the next version will have this feature implemented.
So don't worry about changing internals.
Or, you could hook an ExecuteListener into the Factory, detecting if a
store() *would* execute an UPDATE or not, and then abort the UPDATE
;-)

Cheers
Lukas

Reply via email to