public MenuContabilitaTreeBean() {
messageBundleName = "it.pdor.webapp.contabilita.contabilitaMessages";
Locale locale = FacesContext.getCurrentInstance().getViewRoot().getLocale();
mb = new CommonMessageBundle(messageBundleName, locale);
mbt = new CommonMessageBundle("it.pdor.webapp.tesoreria.tesoreriaMessages", locale);
rootTreeNode = new DefaultMutableTreeNode();
TreeUserObject rootObject = new TreeUserObject(rootTreeNode);
ELContext elContext = FacesContext.getCurrentInstance().getELContext();
rootObject