Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: bridge-ext-1.0.0, bridge-ext-2.0.0, bridge-ext-3.0.0, bridge-ext-5.0.0
-
Fix Version/s: bridge-ext-1.0.2, bridge-ext-2.0.2, bridge-ext-3.0.2, bridge-ext-4.0.2, bridge-ext-5.0.2
-
Component/s: Liferay Faces Bridge Ext
-
Labels:None
Description
The goal of this task is to cause JSF views to use Liferay's locale. This goal has already been accomplished in the Liferay Faces Portal jar (which is optional), however, developers expect this feature to be turned on by default for every JSF portlet (whether they include LF Portal or not). This task would involve copying the LiferayLocalePhaseListener from Liferay Faces Portal to the Bridge Ext jar. The only major change would be that either LF Portal or Bridge Ext would need to detect if the other was present so that this code would only be executed once.