} else {
// Move to the list location
ctx = JXPathContext.newContext(model);
// Iterate on all elements of the list
iter = ctx.iteratePointers(".");
}
// Start the selection-list
contentHandler.startElement(FormsConstants.INSTANCE_NS, SELECTION_LIST_EL, FormsConstants.INSTANCE_PREFIX_COLON + SELECTION_LIST_EL, XMLUtils.EMPTY_ATTRIBUTES);
if( this.nullable ) {