[
https://issues.apache.org/jira/browse/ADFFACES-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-276:
----------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> Skin family defaulting should be in the renderkit, not the RequestContext
> -------------------------------------------------------------------------
>
> Key: ADFFACES-276
> URL: https://issues.apache.org/jira/browse/ADFFACES-276
> Project: MyFaces ADF-Faces
> Issue Type: Improvement
> Components: Skinning
> Affects Versions: 1.0.0-incubating-core
> Reporter: Adam Winer
> Assigned To: Adam Winer
> Fix For: 1.0.0-incubating-core
>
>
> Currently, RequestContext.getSkinFamily() defaults to "minimal" if it is not
> explicitly set. However, that makes it impossible for a renderkit to pick a
> different default, as there's no way to tell the difference between a default
> of "minimal" (which should be overridden) and an explicit user choice of
> "minimal" (which should be honored).
> RequestContext.getSkinFamily() should return null by default, not "minimal";
> and the RenderKit should pick what null means.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.