I'm trying to include my footer (that have a row of totals) into the export to 
excel and pdf and it just don't work.  i already changed the media to "all" and 
also "html excel pdf" and still it doesn't work.  

Could you please let me know if I'm doing something wrong?

Here is my footer code:

<displaytag:footer media="html excel pdf"> 
                <tr>
                      <td style="width: 228px; text-align: center;">Totals:</td>
                      <td style="width: 45px; text-align: center;" ><c:out 
value="${DENSITY_STATS_TOTALS.totalCollections}" /></td>
                      <td style="width: 45px; text-align: center;" ><c:out 
value="${DENSITY_STATS_TOTALS.totalQtyCollected}" /></td>
                      <td style="width: 45px; text-align: center;" ><c:out 
value="${DENSITY_STATS_TOTALS.collectionDensity}" /></td>
                      <td style="width: 45px; text-align: center;" ><c:out 
value="${DENSITY_STATS_TOTALS.totalTests}" /></td>
                      <td style="width: 45px; text-align: center;" ><c:out 
value="${DENSITY_STATS_TOTALS.totalQtyTested}" /></td>
                      <td style="width: 45px; text-align: center;" ><c:out 
value="${DENSITY_STATS_TOTALS.totalPositiveTests}" /></td>
                      <td style="width: 45px; text-align: center;" ><c:out 
value="${DENSITY_STATS_TOTALS.percentPositive}" />%</td>
                      <td style="width: 54px; text-align: center;" ></td>
                      <td style="width: 54px; text-align: center;" ></td>
                      <td style="width: 53px; text-align: center;" ></td>
                      <td style="width: 53px; text-align: center;" ><c:out 
value="${DENSITY_STATS_TOTALS.vectorIndex}" /></td>
                  </tr>
            </displaytag:footer>

Thanks

Laura Hinojosa
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to