Any help would be greatly appreciated ... pls..
---------- Forwarded message ----------
From: Sachin <[EMAIL PROTECTED]>
Date: Jul 18, 2007 10:03 AM
Subject: Re: Group Total
To: Struts Users Mailing List <[email protected]>
sorry for the typo.
I need the group total value in separate row in the table for each grouped
item.
Please help me on this.
On 7/18/07, Sachin <[EMAIL PROTECTED]> wrote:
Hi ,
Here is an exmaple to get total value in footer. But i need to get this
value inside table for each grouped items as a separate column in the table.
<display:table name="someList" varTotals="totals">
<display:column property="itemName" group="1" />
<display:column property="price" total="true"/>
<display:footer>
<tr>
<td>Total Bill:</td>
<td><c:out value="${totals.column2}" /></td>
<tr>
</display:footer>
</display:table>
Please help me on this. Is there any alternat way to do this without using
*total *and *varTotal* attributes.
--
Satheesh.c
--
Satheesh.c
--
Satheesh.c