Hi , Help me to get the totaled value of grouped items inside the body.
Here is an example <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> -- Satheesh.c