Carl Moser created MYFACES-3866:
-----------------------------------
Summary: Unexpected result when using "http://xmlns.jcp.org/jsf"
namespace
Key: MYFACES-3866
URL: https://issues.apache.org/jira/browse/MYFACES-3866
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.2.0
Environment: Linux
Java 1.7
Tomcat 7
Reporter: Carl Moser
If I using the "jsf:id" element within a simple div, the rendered result is
something like this:
{<http://xmlns.jcp.org/jsf id="someDiv"
p:elementName="div"></http://xmlns.jcp.org/jsf>}
The following warning is shown.
{Warning: The page /test.xhtml declares namespace null and uses the tag
http://xmlns.jcp.org/jsf , but no TagLibrary associated to namespace.}
--
This message was sent by Atlassian JIRA
(v6.2#6252)