[Seaside-dev] possible bug WAAnchorTag>on:of:

Esteban Lorenzano estebanlm at gmail.com
Thu May 29 14:32:31 UTC 2008


Hi,
I'm having an error using #on:of: with an anchor.

This is the code I wrote:

html anchor
	on: #advancedSearch of: self;
	with: 'Advanced'


And this is the error stack:
Seaside Walkback

MessageNotUnderstood: UndefinedObject>>parent

Debug Proceed Full Stack

Possible Causes

the receiver of the message is nil
a class extension hasn't been loaded correctly
you sent the wrong message
Stack Trace

thisContext
UndefinedObject(Object)>>doesNotUnderstand: #parent
self
nil
aMessage
parent
thisContext
SWCanvas(WACanvas)>>nest:
self
a SWCanvas
aBlock
[] in WAAnchorTag(WATagBrush)>>with: {[self before. anObject renderOn:  
canvas. self after]}
thisContext
WAAnchorTag(WABrush)>>with:
self
a WAAnchorTag
aBlock
[] in WAAnchorTag(WATagBrush)>>with: {[self before. anObject renderOn:  
canvas. self after]}
thisContext
WAAnchorTag(WATagBrush)>>with:
self
a WAAnchorTag
anObject
'Advanced'
thisContext
WAAnchorTag>>with:
self
a WAAnchorTag
aBlock
'Advanced'
Is this a bug?

Cheers,
Esteban

"Querer es suscitar las paradojas"
Camus - El mito de Sísifo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20080529/0701fb93/attachment.htm


More information about the seaside-dev mailing list