On Tue, 15 Jan 2008, Beyonder Unknown wrote: > I'll try this one too. Does the visitChildren() have potential > performance issue? For example, if you have lots of panels in a page > you have to traverse and check them all right?
I have no idea how heavy that is, but would imagine that traversing the Java component hierarchy in memory is much faster than markup parsing and database traffic that are often involved in Ajax updates. If you worry about performance, you should try it out, benchmark, profile and publish your results here :) Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
