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

Reply via email to