getExternalContext().getRequestMap();
for (int idx=start; idx < end; idx++) {
requestMap.put(var, idx);
// Ignore whats returned by the handler... we need to return
// false anyway to prevent children from being executed again
elt.dispatchHandlers(handlerCtx, handlers);
}
}
// This will prevent the child handlers from executing again
return false;