Re: Fwd: Group Total

2007-07-18 Thread Thomas Ramapuram
Try Decorators. You will have to write java code and add the code as a decorator to your table. Just look up the documentation in Dispyay tags. Regards, Thomas Sachin wrote: Here is a clear pic of my doubt. * header row* * columns * group-total row <--- *how to

Fwd: Group Total

2007-07-18 Thread Sachin
Here is a clear pic of my doubt. * header row* * columns * group-total row <--- *how to get this?* ---> * grand-total row* Regards. Satheesh.C -- Forwarded message -- From: Sachin <[EMAIL PROTECTED]> Date: Jul 18, 2007 9:53 AM Subject: Group Tota

Fwd: Group Total

2007-07-18 Thread Sachin
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 sorry for the typo. I need the group total value in separate row in the table fo

Re: Group Total

2007-07-18 Thread Sachin
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

Group Total

2007-07-18 Thread Sachin
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. Total Bill: Please help me on this. Is there any alternat way to do this without using *total *