Is it possible to render nested display tables using displaytag? Meaning,
each row of table will have dependent table based on parameters values at
parent table?

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joshi,
Shital (C-BASS)
Sent: Wednesday, April 18, 2007 6:39 AM
To: [email protected]
Subject: [displaytag-user] problem showing total coulmn/row over
multiplepages

 

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

Reply via email to