You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-dev@incubator.apache.org by Jeanne Waldman <je...@oracle.com> on 2007/04/14 01:20:48 UTC

jira issue 448 review

      http://issues.apache.org/jira/browse/ADFFACES-448


      portal+skinning: suppress stylesheet if requested skin-id+skin's
      stylesheetid are found

Hi there,
I added a new JIRA issue and I uploaded a patch in case someone wants to 
comment before I check it in; it involves some new public methods.
Here's what it has:
1. a new Skin API that I sent an email about last week: *public String 
getStyleSheetDocumentId(RenderingContext arc)*
2. a new public method in 
trinidadinternal.renderkit.core.CoreRenderingContext:   *public Skin 
getRequestMapSkin()*
3. my RequestMap names -- are these in a standard format?
*oracle.apache.myfaces.trinidad.skin.suppressStylesheet
oracle.apache.myfaces.trinidad.skin.id
oracle.apache.myfaces.trinidad.skin.stylesheet.id *

Thanks,
Jeanne