Hi,
This is my code to show a list of investors.
<display:table name="investorList" pagesize="30" cellspacing="1"
cellpadding="2" sort="list" class="displaytable" defaultsort="2"
export="true" decorator="org.displaytag.decorator.TotalTableDecorator">
<display:column property="investorDetailLink" title="Company Name"
headerClass="tableColHeader" class="cellwhite" sortable="true" />
<display:column property="bond" title="Bond"
headerClass="tableColHeader" class="cellwhite" sortable="true" />
<display:column property="cusip" title="CUSIP"
headerClass="tableColHeader" class="cellwhite" sortable="true" />
<display:column property="percentPurchased" title="Percent
Purchased" format="{0,number,0.00}%" headerClass="tableColHeader"
class="cellwhiteright" sortable="true" />
<display:column property="origInvestment" title="Original
Investment" format="$ {0,number,0,000.00}" headerClass="tableColHeader"
class="cellwhiteright" sortable="true" total="true" />
<display:column property="currentInvestment" title="Current
Investment" format="$ {0,number,0,000.00}" headerClass="tableColHeader"
class="cellwhiteright" sortable="true" total="true" />
</display:table>
If there are more than 30 investors, more than one page (with
navigation), I don't see total row at the end of the table. I see total
row only if there is one result page. Am I missing any configuration
settings?
Thanks.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
This e-mail (including any attachments) may contain
information that is private, confidential, or
protected by attorney-client or other privilege. If
you received this e-mail in error, please delete it
from your system without copying it and notify sender
by reply e-mail, so that our records can be corrected.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user