Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: custom display for WOToManyRelationship destinationDisplayKey



Hi Xavier,

So I tried WOApplication.application().resourceManager ().stringForKey(anAttributeOfTheEntity, "NameOfTheStringFile", null, null, null)
but even if it compiles fine, I just get "null" when the values are displayed in the page.
So I'm assuming WOResourceManger isn't suppose to work in a Framework...but I may be wrong.


Later I'll also need to pass a value for the available language, and I'm not sure on how to "bind" that in the WOToManyRelationship..

So my second guess was to create the method that got to the .string file directly inside my component.java file.
But this time I don't know what to put for "anAttributeOfTheEntity" in stringForKey(anAttributeOfTheEntity, "NameOfTheStringFile", null, null, null)


I really don't know how to do this:(

Well, maybe I don't get your question, but the documentation reads:

public String stringForKey(String aKey,
                           String aTableName,
                           String aDefaultValue,
                           String aFrameworkName,
                           NSArray aLanguagesList)

aKey - attribute in the receiver's request
aTableName - the string table
aDefaultValue - returned when no value is found
aFrameworkName - name of the framework in which the resource resides
aLanguagesList - list of languages in specific order
Returns:
a localized string from the string table aTableName

<http://developer.apple.com/documentation/Webobjects/Reference/API/ com/webobjects/appserver/WOResourceManager.html#stringForKey (java.lang.String,%20java.lang.String,%20java.lang.String,% 20java.lang.String,%20com.webobjects.foundation.NSArray)>

If localization is somewhat important to you, you should look at ERXLocalizer and ERXLocalizedString in WOnder: <http:// www.mdimension.com/~wonder/api/er/extensions/ERXLocalizer.html>

HTH

Fabian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/email@hidden

This email sent to email@hidden
References: 
 >custom display for WOToManyRelationship destinationDisplayKey (From: Dev WO <email@hidden>)
 >Re: custom display for WOToManyRelationship destinationDisplayKey (From: Lachlan Deck <email@hidden>)
 >Re: custom display for WOToManyRelationship destinationDisplayKey (From: Dev WO <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.