CreateComponentUtils.createComponent(facesContext, UICell.COMPONENT_TYPE, "Cell", "messagePanel");
box.getChildren().add(scrollPanel);
messages.getParent().getChildren().remove(messages);
messages.setConfirmation(false);
scrollPanel.onComponentPopulated(facesContext, messages);
scrollPanel.setScrollbars("auto");
scrollPanel.getChildren().add(messages);
UIComponent buttonPanel = CreateComponentUtils.createComponent(
facesContext, UIPanel.COMPONENT_TYPE, RendererTypes.PANEL, "buttonPanel");