Hi John,<div>Looking at your code, I think you need to call super initialize in the initialize method of the FactorialComponent. Its the &quot;usual suspect&quot; when decorations throw errors.</div><div>John<br><br><div class="gmail_quote">
On Wed, Jul 7, 2010 at 8:15 PM, fritz schenk <span dir="ltr">&lt;<a href="mailto:intrader@aol.com">intrader@aol.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
John Toohey &lt;jt &lt;at&gt; <a href="http://parspro.com" target="_blank">parspro.com</a>&gt; writes:<br>
<br>
I apologise, I answered too soon thinking that I understood what you wrote.<br>
<br>
Walking the stack I get to a message in aFactorialTableComponent &gt;&gt;<br>
addDecoration: aDecoration<br>
&quot;Add aDecoration to the receivers decoration chain. Answer the added decoration.&quot;<br>
<br>
        | previous current |<br>
        previous := nil.<br>
        current := self decoration.<br>
&quot;etc..&quot;<br>
I see that decoration returns nil and therefore &quot;^ decoration contents&quot;<br>
generates the error condition.<br>
I can&#39;t decipher what else is happening by going further back a couple of steps<br>
to the start message. The component was generated by following the example in<br>
<a href="http://homepage.mac.com/svc/ADayAtTheBeach/#seaside" target="_blank">http://homepage.mac.com/svc/ADayAtTheBeach/#seaside</a>. The code I am executing is<br>
contained in the following file.<br>
<br>
<a href="http://pastebin.com/5Nh3UjuZ" target="_blank">http://pastebin.com/5Nh3UjuZ</a><br>
<br>
Contains the code of the component<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><a href="http://john-mckeon.us/seaside">http://john-mckeon.us/seaside</a><br>
</div>