Re: Target.addComponent - Single Container vs Multiple Components

2011-07-27 Thread Martin Grigorov
At server side it is basically the same. At client side (javascript) repainting just one component should be faster. On Wed, Jul 27, 2011 at 6:25 PM, jbrookover wrote: > I come across this scenario quite a bit.  Say I have a Container/Fragment/etc > with several (~10) child components, and I'm us

Target.addComponent - Single Container vs Multiple Components

2011-07-27 Thread jbrookover
I come across this scenario quite a bit. Say I have a Container/Fragment/etc with several (~10) child components, and I'm using Ajax to toggle the visibility of a small set (~4) of those children. The other children are unchanged by the Ajax call. Are there a performance (or other) consideration