[Seaside] updating children components

Romain Robbes rrobbes at info.unicaen.fr
Fri May 28 10:25:01 CEST 2004


Hi,

	Seaside components have a #children method whose result must not vary
in a single rendering pass, but it might be called several times. Is 
there a way to know
when the rendering pass starts and ends ?

In fact we have trees of domain objects that can be seen by several 
users at the
same time, and we want to manage udpating using an observer pattern, as 
the
tree's shape can change (and therefore the component tree too). So we 
want the
children to change only after each rendering pass.

	Thanks in advance,
		Romain Robbes

On a sidenote, maybe the children method could be called once per 
rendering pass ?



More information about the Seaside mailing list