footer not exporting to xml and csv
-----------------------------------

                 Key: DISPL-573
                 URL: http://jira.codehaus.org/browse/DISPL-573
             Project: DisplayTag
          Issue Type: Bug
          Components: Export
    Affects Versions: 1.1.1
            Reporter: Hema
            Priority: Critical


I have a footer in my jsp as follow

<display:footer>
   <tr class="grandtotal-sum">
                <td>Final Date</td>
                <td>Total1</td>
                <td>Total1</td>
                <td>Total1</td>
                <td>Total1</td>
                <td>Total1</td>
  </tr>
</display:footer>
<display:footer media="excel csv xml">Final Date> </display:footer>

******************displaytag.properties****************************

export.types=csv excel xml 
export.excel=true
export.xml=true
export.pdf=false
export.rtf=false
export.excel.class=org.displaytag.export.excel.DefaultHssfExportView
export.pdf.class=org.displaytag.export.DefaultPdfExportView
export.rtf.class=org.displaytag.export.DefaultRtfExportView

export.xml.class=org.displaytag.export.XmlView

export.csv=true
export.csv.label=<span class="export csv">CSV </span>
export.csv.include_header=false
export.csv.class=org.displaytag.export.CsvView
export.csv.filename=
export.csv.include_footer=true

Footer exports to excel fine except that all the  <td> char also show if try to 
add multiple columns. 
However footer does not export to csv and xml at all. Any help would be greatly 
apprecited.

Thanks in advance!
Hema


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to