The current result is blank.
I want to display the cell which retrieves from ApplicationResources.properties.
And the cell can be clicked.
The column title come from ApplicationResources.properties as well.
How can it be done?
Thanks
<display:table name="UserRole" class="its">
<display:column property='<bean:message key="messageKey"/>'
title="<bean:message key=\"userRole.system.label\"/>">
<html:link property="messageKey" action="${UserRole.href}"/>
</display:column>
</display:table>
Where href and messageKey are property of UserRole.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]