Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3973339
By: jelias3010

Hi:

i need some help to configure the i18n for column title.

i'm using Struts and i have 3 diferent properties archives in one of this i
have the message resources, i can't have access to this in my code i use this:

<display:table style="width: 100%" class="sortTable" sort="page"
name="transaccionForm.trasacciones" cellpadding="0" cellspacing="0" pagesize="5"
requestURI="/transacciones/listTransacciones.do" defaultorder="ascending"
defaultsort="2" decorator="ar.com.osde.maf.common.Wrapper">
        <display:column property="checkBox" title="&nbsp;" maxLength="50" />
        <display:column property="nuemroTransaccion" titleKey="num.tran" 
sortable="true"
maxLength="50" />
        <display:column property="fechaFormateada" titleKey="Fecha" 
sortable="true"
maxLength="50" />
        <display:column property="descripcion" titleKey="transacc" 
sortable="true"
maxLength="50" />
        <display:column property="select" titleKey="motivo"/>
        <display:column property="botDetalle" title="&nbsp;" />
        <display:column property="botDatAd" title="&nbsp;"/>
</display:table>

but i can't reach the message.
and i don't know how to configure my displaytag.properties to point the specific
file where my messajes are.

thanks

jelias3010

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to