Hi,
I need to add a column override that contains an enum, but I am having
trouble localizing it.
For example:
<t:grid source="datasource" row="rowElement">
<p:columnCell>
${rowElement.column}
</p:columnCell>
</t:grid>
My rowElement.column corresponds to an enum like:
enum Column {
A, B
}
Tapestry will display A or B in the table.
How can I render an localized string based on an enum using the column
override?
Best regards,
Miguel
--
Miguel Figueiredo
Software Developer
http://jaragua.hopto.org <http://jaragua.dyndns.org>
"I'm a pretty lazy person and am prepared to work quite hard in order to
avoid work."
-- Martin Fowler