[Seaside] WAComponent

Lukas Renggli renggli at gmail.com
Sat Aug 26 09:37:59 UTC 2006


> > Load the latest version of Magritte, this bug is fixed there.
>
> Ah, I hadn't realized I was now required to inherit from MAComponent rather
> than just using any WAComponent subclass, when did this change?

Well, this was a method addition in Seaside causing this bug:
WAComponent class>>description returns a string, whereas Magritte
expects a description as defined in Object. The solution is to use
MAComponent that implements #description the same way as it is done in
Object.

Thinking about this problem I now see some other potential bugs, I
will need to have a look at this again. A pity we don't have
Classboxes ;-)

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list