//String path = choicePath.getText();
LOG.finest("Invoking GedcomSearch.preExecute");
try {
//matcher = getMatcher(value, checkRegExp.isSelected());
matcher = getMatcher(value, false);
tagPath = path.length()>0 ? new TagPath(path) : null;
} catch (IllegalArgumentException e) {
//WindowManager.getInstance(getTarget()).openDialog(null,value,WindowManager.ERROR_MESSAGE,e.getMessage(),Action2.okOnly(),SearchView.this);
return false;
}
// remember