[Seaside] Porting to 2.5a6

Brian Brown rbb at techgame.net
Tue Jul 6 23:35:25 CEST 2004


>
> Hm... try this:
>
> WAComponent>>clearDelegate
> 	dec := self decoration.
> 	[dec == self] whileFalse:
> 		[dec isDelegation ifTrue: [^ self removeDecoration: dec].
> 		dec := dec owner]
>
> Avi
>
>

Thanks. It seems to have gotten me on to the next error, so onward and 
upward :-)



More information about the Seaside mailing list