[Seaside] Using canvas ?

Damien Cassou damien.cassou at gmail.com
Sun Mar 25 15:45:45 UTC 2007


2007/3/25, Hilaire Fernandes <hilaire2006 at laposte.net>:
>  From a a sub WACompondent with
>
> renderContentOn: html
>         html anchor callback: [self addTeacher]; text: 'ajouter'
>
> I go the error:
> MessageNotUnderstood: UndefinedObject>>isGet
>
> It is with 2.6b
>
> Do I need to set up something to use the canvas system?

Yes, you need to override:

MyComponent>>rendererClass
	^ WARenderCanvas


-- 
Damien Cassou


More information about the seaside mailing list