You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2014/02/13 02:38:21 UTC

[jira] [Commented] (MYFACES-3852) Composite Component not rendering

    [ https://issues.apache.org/jira/browse/MYFACES-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899901#comment-13899901 ] 

Leonardo Uribe commented on MYFACES-3852:
-----------------------------------------

Check if your composite component is using slashes into its library name. If that so, set org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME web config param to true. 

For example:

xmlns:iv="http://java.sun.com/jsf/composite/mysuperlibrary/components";

The library name is mysuperlibrary/components, but according to the spec use slashes on library name is invalid.

I'll close this issue as invalid, because the code is working, and there is no evidence something is wrong in the code. Please reopen it again if you can provide hard evidence of a bug inside myfaces core.

> Composite Component not rendering
> ---------------------------------
>
>                 Key: MYFACES-3852
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3852
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 2.2.0, 2.2.1-SNAPSHOT
>         Environment: Eclipse Kepler
> Windows 7
> Tomcat 7
> Java 7
>            Reporter: Daniel O'Leary
>
> I migrated an app from myfaces 2.1.x to 2.2.0, the composite components will no longer render. On the generated page I get:
> <meg:megamenu menubean="ec.common.WetTopMenuBarBean@183817e" id="topMenuLevel0" />
> That should be expanded.
> No errors or warnings are thrown.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)