[Seaside-dev] Issue with #removeDecoration:

Lukas Renggli renggli at gmail.com
Tue May 27 11:30:15 UTC 2008


>  MyTask>>go
>   [(self call: self form)
>     ifNotNilDo: [:anArray | " do something with the array, then reuse the
> form "]
>     ifNil: [^self answer]] repeat

That looks ok.

Decorations should always be wrapped in WAValueHolder/WAStateHolder though.

Did you accidently override one of the methods (#owner, #decoration,
...) in WAComponent?

>  I have tried this as a test, but due to the rarity of the error I can't
> reliably test it.

Does the error happen when using the back button of the web browser?

Cheers,
Lukas

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


More information about the seaside-dev mailing list