Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0.4
-
None
-
None
-
Windows XP, Apache myfaces 1.1.5, Apache pluto portlet container, Portal bridges (jsf) 1.0.4
Description
When you invoke a portlet action request (clicking on a button), managed bean (request scope) is created twice. Once in Invoke application phase and other in Render response phase. Managed bean attribute values are lost due to the object creation is Render response phase.
If I execute the same using MyFacesGenericPortlet in portlet.xml (<portlet class>), the object is not getting created in the Render response phase. So the values are binding properly.