HtmlRenderedAttr[] attrs = HtmlCheckAttributesUtil.generateBasicAttrs();
List items = new ArrayList();
items.add(new SelectItem("mars"));
UISelectItems selectItems = new UISelectItems();
selectItems.setValue(items);
selectManyListbox.getChildren().add(selectItems);
HtmlCheckAttributesUtil.checkRenderedAttributes(
selectManyListbox, facesContext, writer, attrs);