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:06:05 UTC

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

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


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


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

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

Adam Winer reassigned ADFFACES-10:
----------------------------------

    Assign To: Adam Winer

> 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
>     Assignee: Adam Winer
>  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


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

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
     [ 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


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

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


> 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
>     Assignee: Adam Winer
>  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


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

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

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

    Status: Patch Available  (was: Open)

> 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


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

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

Adam Winer updated ADFFACES-10:
-------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Applied patch.

> 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
>     Assignee: Adam Winer
>  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


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

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

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

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

> in adf-faces-skins.xml you can't extend skins defined in AdfFacesFilterImpl 'service' filters.
> ----------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-10
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-10
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Jeanne Waldman
>         Assigned To: Adam Winer
>             Fix For: 1.0.0-incubating-core
>
>         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.
-
You can reply to this email to add a comment to the issue online.