I don't think there's anything to fix -- what you're describing sounds like exactly the point of the default tag normalizer (that it lowercases). If you want it to not normalize, just return a custom normalizer from your taggable entity's normalizer() method that hands back the tag without modification.
On Oct 16, 2012, at 8:53 AM, James Cicenia <[email protected]> wrote: > Anyone know if the tag normalizer was fixed in Wonder in ERTag? > > > I really need to save what the user types in without lowercasing it. > > Thanks > James > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
