public WOActionResults droppedTagOnCircle(){
theTagCircle.taggable().taggableEntity().setNormalizer(new TOSTagNormalizer());
theTagCircle.taggable().addTagNamed(aTag.name());
theTagCircle.editingContext().saveChanges();
return null;
}
My custom normalizer didn't seem to get called.
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden