How do I apply internationalization to a cell, where the cell value is
a key itself?

I would like to do something like this:

<display:column property="status" sortable="true" titleKey="item.status.title">
<fmt:message key="item.status.level.${status}"/>
</display:column>

I've for now solved it by doing a custom TableDecorator, but it feels
overkill for something like this.

Thanks in advance!

// Stefan

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to