Re: How to use WODisplayGroup
Re: How to use WODisplayGroup
- Subject: Re: How to use WODisplayGroup
- From: David Holt <email@hidden>
- Date: Wed, 10 Dec 2008 13:17:11 -0800
On 10-Dec-08, at 10:02 AM, Francesco Romano wrote: Changing from WOBatchNavigationBar to ERXbatchNavigationBar, now the bar is visible also if I don't have more than one pages (and that is good), but... there is no pluralName... sigh...
Plural name is not a binding because it is generated automatically by the component, you may have to tweak it for your language.
see ERXPluralString which is used in the ERXBatchNavigationBar. It takes the objectName and the count and decides whether it should be plural or not. If it is, it returns the localized string for that object.
EntityName3: ERXPluralString { count = objectCount; value = ^objectName; }
David
|
_______________________________________________
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