Hi,
it is not possible to use / in library name. Try
1) outputStylesheet library="css" name="test/my.css"
2) or set context param
org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME
to
true
José Luis Cetina píše v Út 12. 06. 2012 v 15:00 -0500:
> If i use
> outputStylesheet library="css" name="my.css" (in my h:head tag) works ok
> with this structure folder
> resources/
> css/
> my.css
>
>
> But if i create an other folder into css this stop to work
> resources/
> css/
> test/
> my.css
>
> outputStylesheet library="css/test" name="my.css" (in my h:head tag) this
> doesnt work in myfaces 2.1.7 but in mojarra 2.1.7 yes.
>
> Is this a bug??