version 2.1.5 worked with path in resources library, version 2.1.7 doest not
(only a name work) same for Composite Components in default location
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: MYFACES-3529
URL: https://issues.apache.org/jira/browse/MYFACES-3529
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 2.1.7
Reporter: Petra Berg
In version 2.1.5 library resources could have bin located in cascaded
sub-folders like e.g. resources/group/mylibrary and referenced in a page with:
<h:graphicImage library="group/mylibrary" name="image.png">.
This does not work in version 2.1.7 any more. There you need to put the image
file in a direct sub-folder of resources.
So the attribute 'library' is not a path but only a name.
Same situation with location of composite components. They need to be in a
direct sub-folder of resources in version 2.1.7 while in version 2.1.5 it
worked with cascaded sub-folders too.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira