The following forum message was posted by kmitnick10 at
http://sourceforge.net/projects/displaytag/forums/forum/249317/topic/4765458:
Hi all,
I add displaytag to my web app but I don't understand how to configure
displaytag.properties.
I add displaytag.properties in my WEB-INF/classes but when I display my page,
I don't see my labels.
In my jsp I use this code:
<%@taglib prefix="display" uri="
http://displaytag.sf.net" %>
...
...
<display:table name="utenti" pagesize="10" requestURI="utenti.htm" >
<display:column property="codUtente" title="ID" sortable="true" />
</display:table>
In my properties, I have:
paging.banner.one_item_found=aaaaaaaa
paging.banner.last= sssssssssss
paging.banner.full =<cccccccccccc
but when I display page, I reed always standard label:
example:
30 items found, displaying 1 to 10.[First/Prev] 1, 2, 3 [Next/Last]
In my web.xml I don't add taglib definition! Is it a problem?
Why?
Thanks in advance
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
displaytag-user mailing list
displaytag-user@list...
https://lists.sourceforge.net/lists/listinfo/displaytag-user
opensubscriber is not affiliated with the authors of this message nor responsible for its content.