Thomas Möller created TRINIDAD-2395:
---------------------------------------

             Summary: TrPage.__handlePprResponseAction is not implemented 
correctly (for portlets)
                 Key: TRINIDAD-2395
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2395
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Portlet
    Affects Versions: 2.0.1-core
            Reporter: Thomas Möller


As stated in the comments the method __handlePprResponseAction only updates the 
first form found on a page. This does not work if there are multiple portlets 
on a page.

The patch should be easy: 

1) supply the form-id as an additional parameter to __handlePprResponseAction 
and use it to find the form
2) write out the form-id in PPRResponseWriter (i suppose to move the relevant 
code to FormRenderer where the form id can be retreived via 
RenderingContext.getFormData())

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to