<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Could be the block is out of scope or something? Is that an error on IdentityDictionary?&nbsp;I'm no expert on this.<BR>
&nbsp;<BR>
RS<BR>&nbsp;<BR>

<HR id=stopSpelling>
Date: Fri, 11 Mar 2011 11:35:18 -0300<BR>From: svanlacke@caesarsystems.com<BR>To: beta@seaside.gemstone.com; seaside@lists.squeakfoundation.org<BR>Subject: [Seaside] Announcements problem<BR><BR>Hi, I am having problems using Announcements framework (Announcements.g-DaleHenrichs.13).<BR>I get this error: <BR><BR>InterpreterError 2003: An indexable object or NSC &lt;anIdentityCollisionBucket&gt; was referenced with an index &lt;3&gt; that was out of range. <BR><BR>The problem occurs when I do:<BR>self session announcer announce: (EditRecordItemSelected new item: item), <BR>it crashes on IdentityDictionary&gt;&gt;keysAndValuesDo:<BR><BR>and I am registering the announcements on this way:<BR><BR>registerAnnouncements<BR><BR>&nbsp;&nbsp;&nbsp; self session announcer <BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; on: EditRecordItemSelected<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; do: [ :each | self editRecord: each item ].<BR>&nbsp; <BR>The weird thing is that if I request the page on a second time, before the error, it works.<BR><BR>Any idea?<BR><BR>Sebastian<BR><BR>_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside                                               </body>
</html>