Jsf managed bean (request scope) is created twice during an action request --------------------------------------------------------------------------
Key: PB-85 URL: https://issues.apache.org/jira/browse/PB-85 Project: Portals Bridges Issue Type: Bug Components: jsf Affects Versions: 1.0.4 Environment: Windows XP, Apache myfaces 1.1.5, Apache pluto portlet container, Portal bridges (jsf) 1.0.4 Reporter: Prabhu 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]