[Seaside] Seaside: children problem

Randal L. Schwartz merlyn at stonehenge.com
Sat Dec 29 17:47:05 UTC 2007


>>>>> "Randal" == Randal L Schwartz <merlyn at stonehenge.com> writes:

Randal> If you have a child component, from what I understand so far,
Randal> you want to call:

Randal>     html render: self menu

Randal> not

Randal>     html with: self menu

Randal> because #render: sets up additional framework things for the child.

Randal> (I could be wrong, and if so, Smarter People Than Me will correct me,
Randal> I presume.)

Oops.  Sorry.  aCanvas>>#render: and aBrush>>#with: both end up
calling anObject>>#renderOn: in roughly the same way.  Nevermind.

/me hangs head in shame, and promises to research a bit more before
posting next time.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


More information about the seaside mailing list