[Seaside] Next porting question :)

Brian Brown rbb at techgame.net
Wed Jul 7 03:13:27 CEST 2004


On Tue, 2004-07-06 at 18:41, Avi Bryant wrote:
> On Jul 6, 2004, at 2:12 PM, Brian Brown wrote:
> 
> > I'm running into lot's of Error: Unprocessed callbacks (with several 
> > items in the Array), from WARenderLoop.
> >
> > Where would I start to debug this sort of thing?
> >
> > Obviously the model is a lot different now that many things seem to be 
> > implemented in Decorations, but I'm currently lost and haven't yet 
> > figured out how the new structure works versus 2.4....
> 
> That error basically means that some implementation of #children is 
> missing or incorrect.  If, for example, you clicked a link that was 
> rendered by a subcomponent, where the subcomponent's parent didn't 
> include it in #children, you would get that error (because the pass 
> through the tree was unable to find the subcomponent that the action 
> callback belongs to).
> 

Ok, that makes sense... I suspected that it had to do with children; I
must have missed some of the components when adding children method

> Avi
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside



More information about the Seaside mailing list