-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: bridge-impl-2.1.0, bridge-impl-3.1.0, bridge-impl-4.1.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
The Liferay Portal NamespaceServletRequest.getParameter(String) method provides the ability for portlet developers to simply call portletRequest.getParameter("myParam") without the need of prepending the parameter namespace. This issue serves as a task for enabling similar functionality for Pluto via the BridgePortletRequestFactory. This will make it possible for Liferay Faces demo portlets to be configured in the same way for both Liferay Portal and Pluto when using the "com.sun.faces.namespaceParameters" web.xml context-param. For more info, see the jsf-showcase-portlet/src/main/webapp/WEB-INF/web.xml descriptor.