You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2007/08/03 17:08:53 UTC

[jira] Created: (TRINIDAD-139) Trinidad and Portlets, doing PPR and skinning

Trinidad and Portlets, doing PPR and skinning
---------------------------------------------

                 Key: TRINIDAD-139
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-139
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.2.1-core, 1.0.1-core
            Reporter: Martin Marinschek


Using Trinidad with portlets and PPR needs the following line of code somewhere:

 <body onload="_checkLoadNoPPR();">

the question is, where this line of code should be put.

Adam has the following suggestion:

"unfortunately", we don't require any special root
component for PPR.

"...For 1.0.3, I'd like to look at adding support for booting up
parts of the RenderingContext on the fly, during rendering,
so that we're no longer quite so dependent on having
FormRenderer or BodyRenderer execute for various parts
of functionality..."

Scott has the following suggestion:

"...For the short term, I'm sure we can modify the _partialPageSubmit script
to just call the full submit script.  I looked at doing that when I
first added in the portal code, but the current mechanism seemed to work
correctly and I was trying to avoid having a PPR and NoPPR set of
javascripts..."

with Adam's suggestion, it should also be looked into a problem with Skinning: there is no way to enable full skinning in portlet environments if the skinning CSS file is not provided by the portlet container, except the CSS file is added by JavaScript in the first renderer which is used in the portlet-environment.

regards,



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