[Seaside] Re: Seaside debugger not coming up on error, pleas help

John McKeon p3anoman at gmail.com
Thu Jul 8 11:11:41 UTC 2010


Hi John,
Looking at your code, I think you need to call super initialize in the
initialize method of the FactorialComponent. Its the "usual suspect" when
decorations throw errors.
John

On Wed, Jul 7, 2010 at 8:15 PM, fritz schenk <intrader at aol.com> wrote:

> John Toohey <jt <at> parspro.com> writes:
>
> I apologise, I answered too soon thinking that I understood what you wrote.
>
> Walking the stack I get to a message in aFactorialTableComponent >>
> addDecoration: aDecoration
> "Add aDecoration to the receivers decoration chain. Answer the added
> decoration."
>
>        | previous current |
>        previous := nil.
>        current := self decoration.
> "etc.."
> I see that decoration returns nil and therefore "^ decoration contents"
> generates the error condition.
> I can't decipher what else is happening by going further back a couple of
> steps
> to the start message. The component was generated by following the example
> in
> http://homepage.mac.com/svc/ADayAtTheBeach/#seaside. The code I am
> executing is
> contained in the following file.
>
> http://pastebin.com/5Nh3UjuZ
>
> Contains the code of the component
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
http://john-mckeon.us/seaside
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100708/7a36e748/attachment.htm


More information about the seaside mailing list