// Components may add themselves to the partialTargets list in earlier
// phases (we don't get here until render response). If so, the IDs have
// been kept on the RequestContext. We'll grab them now and add them to the
// target list.
RequestContextImpl requestContext =
(RequestContextImpl) reqContext;
Iterator<String> targetIter = requestContext.getPartialTargets();
while (targetIter.hasNext())
_targets.put(targetIter.next(), Boolean.FALSE);
if (_targets.isEmpty())
{