You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org> on 2006/10/10 18:14:20 UTC

[jira] Created: (ADFFACES-232) Disabling PPR when running from a portlet

Disabling PPR when running from a portlet
-----------------------------------------

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


When running from a portlet, Trinidad needs to disable it's PPR functionality and always do a full-page refresh.

-- 
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

        

[jira] Updated: (ADFFACES-232) Disabling PPR when running from a portlet

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-232:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> Disabling PPR when running from a portlet
> -----------------------------------------
>
>                 Key: ADFFACES-232
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-232
>             Project: MyFaces ADF-Faces
>          Issue Type: Task
>          Components: Portlet
>    Affects Versions: 1.0.0-incubating-core
>         Environment: JSR-168
>            Reporter: Scott O'Bryan
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: 2-ADFFACES-232.patch
>
>
> When running from a portlet, Trinidad needs to disable it's PPR functionality and always do a full-page refresh.

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


[jira] Updated: (ADFFACES-232) Disabling PPR when running from a portlet

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-232?page=all ]

Adam Winer updated ADFFACES-232:
--------------------------------

    Status: Open  (was: Patch Available)

> Disabling PPR when running from a portlet
> -----------------------------------------
>
>                 Key: ADFFACES-232
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-232
>             Project: MyFaces ADF-Faces
>          Issue Type: Task
>          Components: Portlet
>         Environment: JSR-168
>            Reporter: Scott O'Bryan
>         Attachments: 2-ADFFACES-232.patch
>
>
> When running from a portlet, Trinidad needs to disable it's PPR functionality and always do a full-page refresh.

-- 
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

        

[jira] Updated: (ADFFACES-232) Disabling PPR when running from a portlet

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-232?page=all ]

Scott O'Bryan updated ADFFACES-232:
-----------------------------------

    Status: Patch Available  (was: Open)

> Disabling PPR when running from a portlet
> -----------------------------------------
>
>                 Key: ADFFACES-232
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-232
>             Project: MyFaces ADF-Faces
>          Issue Type: Task
>          Components: Portlet
>         Environment: JSR-168
>            Reporter: Scott O'Bryan
>         Attachments: 2-ADFFACES-232.patch
>
>
> When running from a portlet, Trinidad needs to disable it's PPR functionality and always do a full-page refresh.

-- 
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

        

[jira] Commented: (ADFFACES-232) Disabling PPR when running from a portlet

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-232?page=comments#action_12456637 ] 
            
Jeanne Waldman commented on ADFFACES-232:
-----------------------------------------

Applied this patch to my branch jwaldman-portlet.

> Disabling PPR when running from a portlet
> -----------------------------------------
>
>                 Key: ADFFACES-232
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-232
>             Project: MyFaces ADF-Faces
>          Issue Type: Task
>          Components: Portlet
>         Environment: JSR-168
>            Reporter: Scott O'Bryan
>         Attachments: 2-ADFFACES-232.patch
>
>
> When running from a portlet, Trinidad needs to disable it's PPR functionality and always do a full-page refresh.

-- 
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

        

[jira] Updated: (ADFFACES-232) Disabling PPR when running from a portlet

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-232?page=all ]

Scott O'Bryan updated ADFFACES-232:
-----------------------------------

    Attachment: 2-ADFFACES-232.patch

This patch will change the output mode on the RequestContext to portlet when running in a portlet environment.  This output mode is used for determining renderkit capabilities which successfully disables multi-window support and ppr capabilities.  In the future this could be modified as the capabilities of the Portlet container increase.

> Disabling PPR when running from a portlet
> -----------------------------------------
>
>                 Key: ADFFACES-232
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-232
>             Project: MyFaces ADF-Faces
>          Issue Type: Task
>          Components: Portlet
>         Environment: JSR-168
>            Reporter: Scott O'Bryan
>         Attachments: 2-ADFFACES-232.patch
>
>
> When running from a portlet, Trinidad needs to disable it's PPR functionality and always do a full-page refresh.

-- 
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

        

[jira] Commented: (ADFFACES-232) Disabling PPR when running from a portlet

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-232?page=comments#action_12454206 ] 
            
Scott O'Bryan commented on ADFFACES-232:
----------------------------------------

Two more things about this patch.  First off, it requires the patch for ADFFACES-234.  Second, we should probably move this into the Portal Branch for testing before applying it to the Trunk.

> Disabling PPR when running from a portlet
> -----------------------------------------
>
>                 Key: ADFFACES-232
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-232
>             Project: MyFaces ADF-Faces
>          Issue Type: Task
>          Components: Portlet
>         Environment: JSR-168
>            Reporter: Scott O'Bryan
>         Attachments: 2-ADFFACES-232.patch
>
>
> When running from a portlet, Trinidad needs to disable it's PPR functionality and always do a full-page refresh.

-- 
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

        

[jira] Resolved: (ADFFACES-232) Disabling PPR when running from a portlet

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott O'Bryan resolved ADFFACES-232.
------------------------------------

    Resolution: Fixed

Fixed  ADFFACES-329

> Disabling PPR when running from a portlet
> -----------------------------------------
>
>                 Key: ADFFACES-232
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-232
>             Project: MyFaces ADF-Faces
>          Issue Type: Task
>          Components: Portlet
>         Environment: JSR-168
>            Reporter: Scott O'Bryan
>         Attachments: 2-ADFFACES-232.patch
>
>
> When running from a portlet, Trinidad needs to disable it's PPR functionality and always do a full-page refresh.

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