Hello,
I used s2 with displaytag. 

<display:table name="${list}" id="row" uid="row">
  <display:column title="label.firstname" property="fname" />
  <display:column title="label.lastname" property="lname"/>
</display:table>

I already create file textmessage.properties, this file contain:
label.firstname=First Name
label.lastname=Last Name

But the problem is in table title show "label.firstname".
How to configure displaytag to read from properties file?

Thanks,
Popo


      

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to