[Seaside] Re: I don't quite understand gthe behaviour that is causing infinite loop in

Julian Fitzell jfitzell at gmail.com
Mon Jan 17 14:27:29 UTC 2011


Yes, good catch. "(self renderTabsOn: html)" returns self, which means
that "html div id: 'tabs'; with: (self renderTabsOn: html)" is causing
the creation of a div containing self (which obviously recurses
infinitely).

Julian

On Mon, Jan 17, 2011 at 12:21 PM, John McKeon <p3anoman at gmail.com> wrote:
> Maybe the send of renderTabsOn: should be in a block, not parantheses
>
> On Mon, Jan 17, 2011 at 3:44 AM, Fritz Schenk <intrader.intrader at gmail.com>
> wrote:
>>
>> I have placed the code in a pastebin at http://paste.ubuntu.com/555007/
>>
>> I don't see a way in this session to attach a file.
>>
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
> --
> http://john-mckeon.us
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list