Handle Dialogs in Portal
------------------------

                 Key: ADFFACES-331
                 URL: http://issues.apache.org/jira/browse/ADFFACES-331
             Project: MyFaces ADF-Faces
          Issue Type: Bug
          Components: Portlet
         Environment: JSR-168
            Reporter: Scott O'Bryan


Work has been done to abstract some of the filter-functionality into 
Configurators (a container-agnostic service based system which can duplicate 
some of the functionality).  The current dialog framework is dependant on the 
filter and will actually execute faces twice during the close of the dialog.  
The filter does this by re-executing the filter chain, but the Portlet 
environment has no way of re-executing the lifecycle, so an alternative 
approach must be found.

Issuing a redirect is not possible in this scenario because the request comes 
in with post parameters on it, and generating a GET url to represent this data 
could quite possibly be too large. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to