[Seaside] Seaside, Omnibase, OmnibaseSupport - markDirty failing

Lukas Renggli renggli at gmail.com
Mon Feb 20 16:46:18 UTC 2006


> BLGDatabase current execute:
>         [postRef := BLGPost new asPersistentReference].

I would do the following, since #asPersistentReference on a non
persistent object answers self:

BLGDatabase current execute:
      [postRef := BLGPost newPersistent asPersistentReference].

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list