// initialise the title from the
// ensure that any form fragmentation is considered when
// determining what should be selected
updateSelectedOptions(attributes);
SelectionRenderer selectionRenderer =
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();
}