Details
Description
In com.icesoft.faces.context.DOMResponseWriter.enhanceHtml(Element), we're using:
Locale locale = context.getApplication().getViewHandler().calculateLocale(context);
when we should instead be using:
Locale locale = context.getViewRoot().getLocale();
since that will respect any set Locale, and otherwise invoke ViewHandler.calculateLocale(FacesContext)
Locale locale = context.getApplication().getViewHandler().calculateLocale(context);
when we should instead be using:
Locale locale = context.getViewRoot().getLocale();
since that will respect any set Locale, and otherwise invoke ViewHandler.calculateLocale(FacesContext)
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Mark Collette
created issue -
Mark Collette
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mark Collette [ mark.collette ] |
Mark Collette
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Mark Collette
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Fix Version/s | 1.7.1 [ 10122 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |