Thursday 02 March 2006 8:33:18 am
I want to specify an attribute of an atribute of the class in the object name pattern. For example, I have a class of type 'Country Folder', which contains as a required attribute the country, of datatype ymccountry, and some optional other attributes like map and flag images. I would like to use the country name from the country attribute to appear as the object name. Otherwise, I have to add another text line attribute containing the country name, and including all translations for my multi-language site, which seems redundant, since these names are already contained in the ymccountry datatype. I tried object name pattern like <country.name>, <country.data_map.name>, <country.title> etc, but they all didn't work, giving a blank name. Any suggestions?
|