Message: The following issue has been closed.
Resolver: fabrizio giustina Date: Mon, 25 Oct 2004 3:58 PM documentation has been updated --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/DISPL-33 Here is an overview of the issue: --------------------------------------------------------------------- Key: DISPL-33 Summary: add example of <display:column> with body to tutorial Type: Improvement Status: Closed Priority: Trivial Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: DisplayTag Components: Documentation Fix Fors: 1.0 RC2 Versions: 1.0 RC1 Assignee: fabrizio giustina Reporter: fabrizio giustina Created: Sat, 2 Oct 2004 11:32 AM Updated: Mon, 25 Oct 2004 3:58 PM Description: ==== imported from sf tracker id 1015480 submitted by Will Glass-Husain - wglass http://sourceforge.net/support/tracker.php?aid=1015480 ==== Hi, I've been noticing that new users again and again (me too, when I started) have a question like: http://www.mail-archive.com/displaytag-user% 40lists.sourceforge.net/msg01625.html *** New to using the display taglib and am stumped by this on. Is there anyway to put more than one data column in a single table column? In my case, I'm trying to output names. The names are stored as firstname, middlename, and lastname; each individual columns in the database table. I'd like to output them like "lastname, firstname middlename" all in the same column. *** Usually there's at least one wrong or overly complicated answer (use a new property, use a Decorator) before the optimal answer: use <display:column> with a body. This tells me there's a lot of users out there who never learned this. I suggest an example of this be added VERY PROMINENTLY to the website. Maybe in the tutorial page under basic usage. (It is pretty basic - I use it all the time). http://displaytag.sourceforge.net/tut_basic.html <display:column title="name" > <c:out value="${row.first_name}"/> <c:out value="${row.last_name}"/> </display:column> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel