On Mon, 03 Nov 2008, Igor Vaynberg wrote: > it doesnt matter if you do this. because the page object is serialized > and those components are fields of the page they are serialized only > once and further references are replaced with links, this is how > serialization works and it preserves proper references.
Right, it doesn't matter from the serialisation point of view, but if you replace the component in the component hierarchy, you should make sure that you also update these references to point to the new component instances. That's why I prefer accessing child components dynamically whenever it can be easily done. Best wishes, Timo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
