[Seaside] Announcements problem

Sebastian Van Lacke svanlacke at caesarsystems.com
Fri Mar 11 14:35:18 UTC 2011


Hi, I am having problems using Announcements framework
(Announcements.g-DaleHenrichs.13).
I get this error:

InterpreterError 2003: An indexable object or NSC
<anIdentityCollisionBucket> was referenced with an index <3> that was out of
range.

The problem occurs when I do:
self session announcer announce: (EditRecordItemSelected new item: item),
it crashes on IdentityDictionary>>keysAndValuesDo:

and I am registering the announcements on this way:

registerAnnouncements

    self session announcer
        on: EditRecordItemSelected
        do: [ :each | self editRecord: each item ].

The weird thing is that if I request the page on a second time, before the
error, it works.

Any idea?

Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110311/45af7207/attachment.htm


More information about the seaside mailing list