On 11 Oct 2006, at 16:09, Matt Kime wrote:
I'm terribly confused as to how to use a formatter in on a WOString in
a WOComponent. How is the "formatter" binding to be used? Must there
be code in the component? I've used the date and number formatters so
I guess I'm expecting something similar. I'd appreciate even a point
towards simple documentation. I'm confused as to how I could be so
confused over this.
The formatter binding should be bound to an object that can act as a
formatter, which will be an NSFormatter subclass. See, for example,
http://developer.apple.com/documentation/WebObjects/Reference/
DynamicElements/index.html
Typically this might be a custom class that you have written.
Number and date formats (not formatters) are strings that are fed to
one of these formatter objects.
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]