Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
For example, the org.displaytag.sample.LongDateWrapper only takes the "MM/dd/yyyy HH:mm:ss" format and I don't see how to localized that because it is not possible to access the locale.
One option is to extend the decorate(Object columnValue) method signature by HttpServletRequest request, thus being able to retrieve the Locale from the request or the session (by request.getSession()).
Doing that as per theDISPL-172 via PageContext is a related option.
One option is to extend the decorate(Object columnValue) method signature by HttpServletRequest request, thus being able to retrieve the Locale from the request or the session (by request.getSession()).
Doing that as per the