Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: I18N
-
Labels:None
Description
The <display:column> tag should have a propertyKey attribute, analog to titleKey. I.e., if this attribute is set, the value of the row will be determined by the I18N message defined by the value of the property defined by this attribute.
For instance, I have a page where I need to display the status of each user; the User object has a Status property which in turn has the messageKey property (so the meaning of each status can be i18nlized). So, it would be nice if I could use the following line:
<display:column propertyKey="status.messageKey" titleKey="userList.title.status"/>
If there is interest in such feature, I could implement it and provide a patch...
For instance, I have a page where I need to display the status of each user; the User object has a Status property which in turn has the messageKey property (so the meaning of each status can be i18nlized). So, it would be nice if I could use the following line:
<display:column propertyKey="status.messageKey" titleKey="userList.title.status"/>
If there is interest in such feature, I could implement it and provide a patch...