}
String dataName =
DataRepository.createDataName(FAKE_DATA_NAME, forParam);
if (data.getValue(dataName) == null) {
data.putValue(dataName, new SearchFunction(null, dataName, "",
forParam, null, data, ""));
// this keeps the search function from disappearing on us.
data.addDataListener(dataName, NULL_LISTENER);
}