if (currentTags != null && currentTags.contains(tagName)) continue;
currentTags.add(tagName);
ActiveRecord atag = new Tag();
atag.setData("name=" + tagName);
atag.create();
}
}
/**
* Registers record types that can be treated as taggable. This methods