Esteban Lorenzano wrote:
Thanks Keith, this is what I did:
1) rewrite #key MAAccessor, to return nil
2) rewrite #key in MASelectorAccessor, to return #selector
Now is working ok... but, ¿Is that correction right?
Cheers,
Esteban
The key is used to supply a unique identifier for the accessor, where
one would normally use #selector but many accessor types dont use
#selector.
Your correction should be ok, feel free to post the updated package into
magritteaddons.
In case you had not already realised you will need Magritte-RealMemento
so that memento's use real objects rather than a behaviorless dictionary
of values.
Keith