[Seaside] Components not found while processing callbacks?

Todd Blanchard tblanchard at mac.com
Sat Feb 5 03:18:43 CET 2005


html unorderedList: [
			html listItem: [
				html anchorWithAction: [ self createNew ] text: 'Create New...'.
			].
			self session allItems do: [:ea |
				html listItem: [
					html anchorWithAction: [ self item: ea] text: ea title.
				].
			].
		].

However, the callbacks seem not to be getting registered properly.
This produces an error:

Error: Components not found while processing callbacks: #(a SLBlogAdmin)
	• 	WARenderLoop(Object)>>error:

self
a WARenderLoop

temps

aString
'Components not found while processing callbacks: #(a SLBlogAdmin)'

inst vars

root
a WAToolFrame
	• 	WARenderLoop>>unprocessedCallbacks:

self
a WARenderLoop

temps

aCollection
#(a WAActionCallback)

owners
#(a SLBlogAdmin)

ea
a WAActionCallback

inst vars

root
a WAToolFrame
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1164 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20050204/7ec335a4/attachment.bin


More information about the Seaside mailing list