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

I have gone through all related threads in this forum but could not find the
solution for displaying image in exported files ( pdf , rtf , excel ). Do I
need to write a decorator for this ? Can anyone please help by posting the 
relavant
code.

I am able to export text caption but not an image in the caption.

Here is my code which works properly for html (displays image and caption
underneath).

<display:table name="${tblSelQry.rows}" id="outerTbl" class="its" sort="list"
export="true" pagesize="8" cellspacing="3" style="width:600px;">

<display:caption title="Additional Notes table" media="html pdf excel rtf"
class="ppcLogoLink" style="font-weight:bold;">Additional Notes
table</display:caption>

</display:table>

In CSS, class 'ppcLogoLink' is defined as follows.
.ppcLogoLink {PADDING-TOP: 125px; BACKGROUND: transparent
url(/ptid/images/ppc_logo.gif) no-repeat center}

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 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to