Bugs item #900363, was opened at 2004-02-19 07:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=900363&group_id=73068

Category: main tag library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Enhancement Requests: Footer row, formatting

Initial Comment:
The taglib is great in the way you can customize so
much of the look and feel. However, to create a "grand
total" row at the bottom of a table of data, I had to
create a decorator.  Since I think it could be common
that someone would want to add a final row to a table
that is different than all the other rows, it might be
cool to have another tag to do this, such as:

<display:footer type="sum" col="5" title="Total:">

Which might display the results of column #5 totaled.

Also, I used a decorator to apply formatting to various
columns.  This formatting probably could have gone
elsewhere, such as within a form bean when using
Struts, but it might be nice if one could specify a
format directly in the column tag rather than having to
write a decorator.  For example:

<display:column property="price" format="currency">

Keep up the good work,
-Scott Yanoff


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=900363&group_id=73068


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to