[ http://issues.apache.org/jira/browse/JELLY-157?page=history ]
dion gillard resolved JELLY-157:
--------------------------------
Resolution: Fixed
Fix Version: 1.0
Done.
> New tag that generates sorted collection
> ----------------------------------------
>
> Key: JELLY-157
> URL: http://issues.apache.org/jira/browse/JELLY-157
> Project: jelly
> Type: New Feature
> Components: taglib.util
> Versions: 1.0
> Reporter: Felipe Leme
> Priority: Minor
> Fix For: 1.0
>
> A cool tag would be one that takes one collection (or map) and returns a new
> collection/map, sorted by a given property (on each of the collection's elements).
> This tag could be used, for instance, on Maven's multiproject plugin to generate a
> sorted report of sub-projects:
> <util:sort var="multiprojectsSortedByName" items="${multiprojects}"
> sortingProperty="name"/>
> Such tag shouldn't be hard to implement, but I haven't the time to do the full job
> right now (i.e., writing the tag, test cases, documentation, etc...), but I can give
> it a shot in the near future, if there is enough interested on such feature (in
> other words, if someone is willing to commit the changes :-).
> -- Felipe
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]