Chetan Pandey wrote: > > Hi All: > > I am using DisplayTag. > > I need to display a Line after each Row. > > I cannot figure out how as <display:column>only lets us govern Columns. > > I tried putting > > <table width="530" border="0" cellspacing="0" cellpadding="0" > bgcolor="#999999"> > > <tr> > > <td><img src="images/grid/spacer.gif" width="30" height="1"></td> > > </tr> > > </table> > > It didn’t work. > It's not clear where you put it but if you put it inside a <display:table> tag then no it wouldn't.
When I need to add an extra row to the table I use a TableDecorator and override the finishRow() method: public String finishRow() { return "<tr><td colspan='10'><img src='images/grid/spacer.gif' width='30' height='1'></td></tr>"; } Ed! ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user