DropDownPopup popup = dropDownField.getPopup();
popup.setDropDownList(items);
DropDownPopup.ChildData childData = popup.getChildData();
popup.renderRows(context, dropDownField, childData, items, pageStart);
popup.resetChildData();
} finally {
context.setResponseWriter(responseWriter);
}