getSelectionRenderer(attributes);
// Direct the markup to the entry panes content buffer.
DOMOutputBuffer dom = selector.getEntryPaneOutputBuffer();
selectionRenderer.renderSelection(attributes, dom);
if (selector.getInsertAfterEntryNode() != null) {
selector.insertAfterEntryNode();
}