Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3431807 By: jluix
Add media="html" to your column tag, i.e., <display:column title="Nombre" media="html"> <table align="center"> <tr> <td align="center"><B><U><bean:write name="tabla" property="nommacrociclo"/></U></B></td> </tr> .... then repeat the column tag, with media="pdf", leaving out the html content, i.e., <display:column title="Nombre" media="pdf"> <bean:write name="tabla" property="nommacrociclo"/> </display:column> ______________________________________________________________________ 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 JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

