Try this...
Code:
<c:set var="id"><mtw:i18n key="id"/></c:set>
Code:
<h1 align="center">${title}</h1>
<display:table name="lista" sort="list" defaultsort="1" pagesize="5"
requestURI="dbActionDispTag.mtw" export="true" decorator="exemplos.Decorando">
<display:column property="userId" title="${id}" sortable="true" style="width: 580px"/>
<display:column titleKey="Chumbado" href="brain.jsp" property="userNome" style="width: 580px" />
<display:column property="userId" title="Opções "style="width: 580px" />
</display:table>
I get from this post:
http://forum.mentaframework.org/posts/list/1111.page