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

I am using Displaytag version1.0. I have customized it in the JSP file to split
a cell (column) into 2 rows. I have used the following code.
 
<display:column title="Coulmn1" > 
<table width="100%" border="0"> 
<tr height="50%" > 
<td class=" White_top_border"> 
<c:out value="${ TestResult.testcol1}"/> 
</td> 
</tr> 
<tr height="50%" > 
<td id="tblTest1"></td> 
</tr> 
</table> 
</display:column> 
 
 
But when I am do exporting to Excel and PDF, the customized HTML tags (<table>
…….</table>) also get exported in respective cell/column.
Can anybody suggest me how to avoid this customized code in the exported 
PDF/Excel
file OR how to make the Displaytag configuration to take the data from Session.



______________________________________________________________________
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

-------------------------------------------------------------------------
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

Reply via email to