[Seaside] SUComponent children error when i click two times fast on submitButton

dtrussardi at tiscali.it dtrussardi at tiscali.it
Wed Apr 21 16:35:43 UTC 2010


Hi,

i have a SUComponent subclass with some sub component rendering.

The relative #children method return an Array with all the sub component.

Now any subcomponent have a submitButton.

When i click on it all work fine.

The problem is erase when i click two times fast on one submitButton.

In this case the system erase the error:


WAComponentsNotFoundError: Components not found while processing callbacks: an Array(a DTRBGProgressBar)

Debug Full Stack

Possible Causes

you do not implement #children correctly
you do not backtrack #children correctly
you do not implement #states correctly
Stack Trace

thisContext
WARenderContinuation>>componentsNotFound:
self
a WARenderContinuation
aCollection
an Array(a DTRBGProgressBar)
thisContext
WARenderContinuation>>unprocessedCallbacks:
self
a WARenderContinuation
aCollection
an Array(a WAActionCallback)
owners
an Array(a DTRBGProgressBar)
thisContext
WARenderContinuation>>processCallbacks:
self
a WARenderContinuation
aRequest
a WARequest POST /pizzaevai
lastPosition
0
callbackStream
a WACallbackStream
thisContext
[] in WARenderContinuation>>handleReque


I wrong something ?

Any pointers would be greatly appreciated !

Thanks, 
	
	Dario
	

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100421/c9c57bcd/attachment-0001.htm


More information about the seaside mailing list