You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Johannes Murth <jo...@gmail.com> on 2014/02/13 16:11:36 UTC

Composite component does not render

See
http://stackoverflow.com/questions/21582937/composite-component-in-jsf-2-2-will-not-render/21757729#21757729

Re: Composite component does not render

Posted by Michael Kurz <mi...@gmx.at>.
Find a new answer on StackOverflow. You have to set the parameter 
org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME as Leo 
suggested, than it works.

Best regards
Michi

Am 13.02.2014 17:55, schrieb Kito Mann:
> Hello Johannesburg,
>
> Your namespace is incorrect. It should be:
>
> xmlns:meg="http://java.sun.com/jsf/composite/components/topNav"
>
>
> Assuming that you the folder [Web root]/resources/components/topNav is
> where your component is.
>
> On Thursday, February 13, 2014, Johannes Murth <jo...@gmail.com>
> wrote:
>
>> See
>>
>> http://stackoverflow.com/questions/21582937/composite-component-in-jsf-2-2-will-not-render/21757729#21757729
>>
>

Re: Composite component does not render

Posted by Kito Mann <ki...@virtua.com>.
Hello Johannesburg,

Your namespace is incorrect. It should be:

xmlns:meg="http://java.sun.com/jsf/composite/components/topNav"


Assuming that you the folder [Web root]/resources/components/topNav is
where your component is.

On Thursday, February 13, 2014, Johannes Murth <jo...@gmail.com>
wrote:

> See
>
> http://stackoverflow.com/questions/21582937/composite-component-in-jsf-2-2-will-not-render/21757729#21757729
>