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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]