[ 
https://issues.apache.org/jira/browse/PB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prabhu updated PB-85:
---------------------

    Attachment: Portlet_analysis.docx
                TestPortlet_src.rar
                TestPortlet.war

Testportlet.war -> You can deploy and test the functionality 

Testportlet_src,rar -> Source files attached

Portlet_analysis.docx -> Brief details about the issue

> 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
>         Attachments: Portlet_analysis.docx, TestPortlet.war, 
> TestPortlet_src.rar
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> 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]

Reply via email to