function updateTypeahead(entityId,searchString,fieldId)
{
	//alert('Field value is:' + document.getElementById(fieldId).value);
	if(document.getElementById(fieldId).value == '')
	{
		//alert('You have not selected a valid value for the current field. Please choose one from the drop down provided');
	}
/*
		fetchData('engine.do', 
			'submitState=19&mapper.id='+entityId+'&searchBean.simpleSearchCriteria='+searchString, 
			fieldId, 
			'filterFieldData'); //
			*/
}
