Use the media= option, and have separate columns for export...

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Raghu Nallan
Sent: Wednesday, January 30, 2008 12:08 PM
To: displaytag-user@lists.sourceforge.net
Cc: [EMAIL PROTECTED]
Subject: Re: [displaytag-user] export problem PDF and HTML href and
breaktags

 

Looks like there is a limit on file size, removing the attachment and
fwding the query again. Apologies for resubmission.

On Jan 30, 2008 10:58 AM, Raghu Nallan <[EMAIL PROTECTED]> wrote:

I am having the same problem. When I export the contents to PDF, display
tag seem to insert the
HTML tags into the PDF. It works fine for CSV. 

This is urgent,please replay asap.

Here is my display table

    <display:table name="buyerPaymentsList" export="true"
 
requestURI="/buyer/showBuyerBatchPaymentSummary.do"
                            style="" class="dataSet simple-gray">
        
                                        <display:setProperty
name="paging.banner.placement" value="both"></display:setProperty>
                                        <display:setProperty
name="paging.banner.all_items_found">{0} {2} found
</display:setProperty>
                                        <display:setProperty
name="paging.banner.some_items_found">{2}-{3} of
{0}</display:setProperty>
                                        <display:setProperty
name="paging.banner.full"><a href="{2}">Previous </a>{0}<a href="{3}">
Next</a></display:setProperty>
                                        <display:setProperty
name="paging.banner.first"> Previous{0}&nbsp;<a
href="{3}">Next</a>&nbsp;&nbsp;&nbsp;</display:setProperty>
                                        <display:setProperty
name="paging.banner.last"><a href="{2}">Previous </a>{0}&nbsp; Next
</display:setProperty>
                                        <display:setProperty
name="paging.banner.page.separator"
value="&nbsp;"></display:setProperty>
                                    
                            
                            <display:column
href="showBuyerPaymentDetail.do"
                                paramId="sysPaymentId"
paramProperty="sysPaymentId"
                                property="partnerPaymentId"
sortable="true"  title="Payment ID" />
                            
                            <display:column property="payeeName"
sortable="true" title=" Payee's Name " />
                            <display:column property="paymentAmount"
sortable="true"
decorator="com.mastercard.eis.epg.portal.action.common.DisplayTagAmounDe
corator" title=" Payment <br />Amount " />
                            <display:column property="paymentDate"
sortable="true"
decorator="com.mastercard.eis.epg.portal.action.common.DisplayTagDateDec
orator" title="Payment <br />Date" />
                            <display:column property="paymentType"
sortable="true" title="Payment <br />Type" />
                            <display:column
property="paymentProcessingStatus" title="Payment <br/> Status"
sortable="true" ></display:column>
                                    
                            <display:column property="processingMethod"
sortable="true" title="Processing <br/> Method" />
                        </display:table>

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to