> So this special component is designed to be aware of children components > only at the rendering time ( working with the markupStream ) and not at the > pre-rendering. As the ListView depends on pre-rendering logic, add an > transparent resolved component in ajax request target has no effect because > no children pre-rendering method will be invoked.
Ah, that explains it! In this particular case the number of "real" top-level components is low enough that adding them explicitly is no big deal, so I now have an approach that seems to work. - Tor Iver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
