Hi there, On 03/11/2005, at 6:48 AM, Nathan Walker wrote:
I have an NSArray full of NSDicitionary snapshots from database. On some values I get this on the display if I bound a WOString to say "dictionary.KEY": <com.webobjects.foundation.NSKeyValueCoding $Null> What's the best way to AVOID displaying that? Do I have to create a custom method to check the string value if it equals that or is there something built in to handle this.
A few other possibilities: - create a reusable component (NWString) that does the right thing. - utilise WOKeyValueConditional (available from the Palette) - adjust the snapshot (if read-only) with regards, -- Lachlan Deck _______________________________________________ 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]
