[Seaside] Anchor Actions in Rendered Components

Bill Holloway holloway at io.com
Fri May 7 09:06:15 CEST 2004


Hi,

I have a WAComponent called MyShell whose #renderContentOn: reads

MyShell>>renderContentOn: html
  html render: MyComp1 new.

MyComp1 is also a subclass of WAComponent.  Its rendering method is

MyComp1>>renderContentOn: html
  html anchorWithAction: [Transcript show: 'in comp1 render'] text: 'do it'

When I click this link, nothing shows in the Transcript.  If I put such a
Transcript>>show: link in MyShell>>renderContentOn:, the Transcript does
show the desired text.  Ideas?  Thanks!

Bill


More information about the Seaside mailing list