Hi, all!

Does the DisplyTag supply any option to totalize one certain column, without using decorator?

I was thinking this way, as follow:

<display:table name="${itemList}" id="itemList" pagesize="25" var="total" varColumn="itemList.subTotal" ...>

This way, internally displaytag will do:
         total = total + itemList.subTotal;

   </display:footer>
       <tr>
           <td>total:</td>
           <td><c:out value="${total}" /></td>
   </display:footer>
</display:table>

Any help will be appreciated.

thanks



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to