Re: custom display for WOToManyRelationship destinationDisplayKey
Re: custom display for WOToManyRelationship destinationDisplayKey
- Subject: Re: custom display for WOToManyRelationship destinationDisplayKey
- From: Fabian Peters <email@hidden>
- Date: Wed, 30 Aug 2006 01:50:26 +0200
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, java.lang.String, java.lang.String,%
20java.lang.String, com.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:
This email sent to email@hidden