[Seaside] order of callback:value: and callback: execution in prototype updaters

Sebastian Sastre sebastian at flowingconcept.com
Thu Dec 23 19:49:54 UTC 2010


guys can someone tell me if the execution order is guaranteed when you make something like this:

html prototype updater 
	callback:[:someValFromDom| stateAtServer := someValFromDom]
	value: 'this.whatever.valInDom' asJSObject;
	callback:[:h| h render: somethingRelevant];
	yourself.


somethingRelevant is going to always be rendered after setting stateAtServer?

sebastian

o/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101223/48b52ddb/attachment.htm


More information about the seaside mailing list