| Issue 132: | Add support for sortProperty to JSP tag jmesa:htmlColumn | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Using the FilterMatcher is nice: public class TagFilterMatcherMap implements FilterMatcherMap { public Map<MatcherKey, FilterMatcher> getFilterMatchers() { Map<MatcherKey, FilterMatcher> filterMatcherMap = new HashMap<MatcherKey, FilterMatcher>(); filterMatcherMap.put(new MatcherKey(Date.class, "born"), new DateFilterMatcher("MM/yyyy")); return filterMatcherMap; } } However, could you possibly add support for a 'sortProperty' attribute to the JSP tag jmesa:htmlColumn (similar to Displaytag)? Thus, I would not need to create a FilterMatcher but could simply do something like: <jmesa:htmlColumn property="postedDate" pattern="${datePattern}" sortProperty="postedDate"/>
Aug 11, 2008
Project Member
#1
jeff.johnston.mn@gmail.com
Aug 15, 2008
(No comment was entered for this change.)
Status:
Invalid
|