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

Hi!
to modify the navigation take a llok at the configuration file 
displaytag.properties.
In this file you can change all the text.  take a look at this:
http://displaytag.sourceforge.net/11/configuration.html

About displaying 2 lines, you can do it but with jstl help, I mean id you give
an identificator to your table, you can access all your fields from that id.
I mean if my <display:table id="id" ....
then I will be able to acess:
<display:column ...> 
   <c:out value="${id.field1}"/>
   <c:out value="${id.field2}"/>
</display:column>
I hope this helps you! 


______________________________________________________________________
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=249317

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to