throw new IllegalStateException("You must specify a confirmMessageKey for this pageConfiguration!");
if (log.isDebugEnabled())
log.debug("Setting message: " + message + " for key: " + confirmMessageKey() + " on eos: " + list());
for (Enumeration e = list().objectEnumerator(); e.hasMoreElements();) {
EOEnterpriseObject eo = (EOEnterpriseObject)e.nextElement();
eo.takeValueForKeyPath(message, confirmMessageKey());
}
}
} else {
log.warn("List is zero. If used in a confirm page template, need to set the object or datasource");
}