// initialize the prevInChain to DummyPropertyResolver instance
// to satisfy decorator pattern as well as satisfy the requirements
// of unified EL. This resolver sets propertyResolved to false on
// invocation of its method, so that variable resolution can move
// further in the chain.
Object prevInChain = new DummyPropertyResolverImpl();
for (int i = 0, len = values.length; i < len; i++) {
if (LOGGER.isLoggable(Level.FINER)) {
LOGGER.finer(MessageFormat.format("setPropertyResolver({0}}", values[i]));
}
prevInChain = Util.createInstance(values[i],