[Seaside] what became of clearDelegate and where's my root

radoslav hodnicak rh at 4096.sk
Sun Aug 29 23:24:10 CEST 2004


On Sat, 28 Aug 2004, Avi Bryant wrote:

> This ought to work, but I haven't tested it:
>
> clearDelegate
> 	self clearAllDelegates
>
> clearAllDelegates
> 	self decorationChainDo:
> 		[:ea |
> 		(ea isDecoration and: [ea isDelegation]) ifTrue:
> 			[self removeDecoration: ea]]

Doesn't seem to, no matter what component I call it on, they don't seem to
have anything interesting on the decoration chain - for example the root
component just has the auth decoration there.

Humm... I suppose it should walk down some chain and remove things, not up
a chain...

rado



More information about the Seaside mailing list