You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org> on 2007/06/12 21:05:26 UTC

[jira] Created: (TRINIDAD-55) Launch Parameters do not work in a portal environment

Launch Parameters do not work in a portal environment
-----------------------------------------------------

                 Key: TRINIDAD-55
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-55
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Portlet
    Affects Versions: 1.0.1-core, 2.0.0-core
         Environment: JSR-168, JSR-301
            Reporter: Scott O'Bryan


Trinidad supports "Launch Parameters" being returned from a lifecycle.  These launch parameters tell typically happen in response to a dialog or popup and tell Trinidad that it needs to re-run the current lifecycle.  This is done with inside the TrinidadFilterImpl Servlet Filter where, if launch parameters are detected, the filter chain is executed again.

JSR-168 Portlets do not have filters and there is currently no way to simply "re-execute" the Bridge.  JSR-286 might provide a solution to this issue with Portlet filters but we should look for an interrim solution if one exists.  If not, then this bug may not be able to be solved without JSR-286.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.