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 "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org> on 2006/05/16 21:14:06 UTC

[jira] Updated: (ADFFACES-10) in adf-faces-skins.xml you can't extend skins defined in AdfFacesFilterImpl 'service' filters.

     [ http://issues.apache.org/jira/browse/ADFFACES-10?page=all ]

Jeanne Waldman updated ADFFACES-10:
-----------------------------------

    Attachment: skin_registration

> in adf-faces-skins.xml you can't extend skins defined in AdfFacesFilterImpl 'service' filters.
> ----------------------------------------------------------------------------------------------
>
>          Key: ADFFACES-10
>          URL: http://issues.apache.org/jira/browse/ADFFACES-10
>      Project: MyFaces ADF-Faces
>         Type: Bug

>     Reporter: Jeanne Waldman
>  Attachments: skin_registration
>
> Currently in AdfFacesFilterImpl 
> we register the 'simple' skin and then register the adf-faces-skins.xml skins.
> Then we call the 'service' filters (filters defined in the AdfFacesFilterImpl service
> provider configuration file) where more skins can be registered.
> The problem with this is that if  any skin registered in adf-faces-skins.xml
> extends a skin registered in the 'service' filters, then there will be an error
>  since at that point the base skin doesn't exist.
> We want to reorder the skin registration in AdfFacesFilterImpl:
> register the 'simple' skin, then call the 'service' filters to register any more base skins, then register the
> adf-faces-skins.xml skins.
> This involves changes to SkinUtils (to register simple and adf-faces-skins.xml in two separate methods),
> AdfFacesFilterImpl, and RenderKitBootstrap.

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