Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7260159 By: ed_j_webb
If your list contains MissingRecord objects then you will have to tell DisplayTag which properties of the object you want displayed otherwise it just outputs the toString() of each object. For Example: <display:table name="somelist"> <display:column property="recordid"/> <display:column property="recordDetail"/> </display:table> DisplayTag will then call the getRecordid() and getRecordDetail() methods of your objects to get the cell values. Ed! ______________________________________________________________________ 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 ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

