[Seaside] anchor not working?

Sau Sheong cssheong at pacific.net.sg
Mon Mar 5 18:57:04 UTC 2007


Thks Lukas! But where can I get more information or documentation on the
new rendering framework?

Lukas Renggli wrote:
>> I was trying out seaside trying to build a simple app but I was blocked
>> trying to create a link.
>>
>> -- 
>>
>> SaushTest>>renderContentOn: html
>>   html anchorWithAction: [Smalltalk beep] text: 'Beep!'
>
> You are using the old rendering framework that has been deprecated and
> replaced by default with the new canvas framework. So either use the
> new rendering framework (I suggest to do that, because the old
> renderer has been removed from 2.8)
>
>      html anchor callback: [ Beeper beep ]; with: 'Beep'
>
> or tell Seaside to use the old renderer by implementing a method like
>
> SomeComponent>>rendererClass
>     ^ WAHtmlRenderer
>
> Cheers,
> Lukas
>


-- 
CHANG Sau Sheong






More information about the Seaside mailing list