ApplicationBean fcb = (ApplicationBean) digester.peek();
if (null != fcb.getResourceBundle(top.getVar())) {
throw new IllegalStateException("Multiple ResourceBundle definitions " +
"with the same name: " + top.getVar() + ".");
}
fcb.addResourceBundle(top);
}
/**