picker.setFor("@auto");
UIViewRoot root = ComponentSupport.getViewRoot(faceletContext, parent);
picker.setId(root.createUniqueId());
if (picker.getAttributes().get(OnComponentCreated.MARKER) == null) {
picker.getAttributes().put(OnComponentCreated.MARKER, Boolean.TRUE);
picker.onComponentCreated(faceletContext.getFacesContext(), panel);
}
panel.getChildren().add(picker);
}
}