<%-- * Copyright by Intland Software * * All rights reserved. * * This software is the confidential and proprietary information * of Intland Software. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Intland. * * $Revision$ $Date$ --%> <%-- JSP fragment used when the references are selected in SelectReferenceController/popup the data needs to be written back to the original page, and the popup should be closed. --%> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="bugstaglib" prefix="bugs" %> <%@ taglib uri="uitaglib" prefix="ui" %>
	command: ${command}
	setToDefaultLabel: ${setToDefaultLabel}
	defaultValue: ${defaultValue}

	labelMap="${command.labelTranslationMap}"
	specialValueResolver="${command.specialValueResolver}"
	emptyValue=${command.emptyValue}
	unsetValue=${command.unsetValue}
	forceMultiSelect=${command.forceMultiSelect}

	htmlId="${command.htmlId}"
	fieldName="${command.fieldName}"
style="display: none;" >
<%-- script writes back the data to opener, and closes popup --%>