Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5669659 By: teddebeaudrap
I am wanting to use the displaytag, but when the tag iterates over my list of objects, I want one of the attributes - Comment - to be displayed by itself on a second line of output with no column header. For example, on the first line of output, I want a date, an ID, a name, and an adjustment type. On the seond line, I want a blank cell under the date, and a comment field that spans the remaining columns on the first line. Has anyone already extended the display tag to accomplish this? If not, I will extend it myself. <html> <table> <tr> <td>Date</td> <td>ID</td> <td>Name</td> <td>Adjustment Type</td> </tr> <tr> <td>Nov 1, 2008</td> <td>T015131</td> <td>Ted de Beaudrap</td> <td>Account Adjustment</td> </tr> <tr> <td> </td> <td colspan="3">This is a comment</td> </tr> </table> </html> Thanks ______________________________________________________________________ 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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user