1
votes

In net beans, JSF Application i can't able to include xmlns:h="http://xmlns.jcp.org/jsf/html" in .xhtml file, instead of xmlns:h="http://java.sun.com/jsf/html". Its showing "No library found for the namespace". What should i need to do to resolve this? enter image description here

1
Upgrade to Mojarra 2.2.2 and retry. 2.2.0 and 2.2.1 had several troubles with new namespaces. - BalusC
Thanks, i was using netbeans 6.9 version, so i uninstalled that and installed 7.3.1. It works fine now - SkyTreasure

1 Answers

1
votes

Maybe you forgot to configure the new schema location of the namespace you're using in faces-config.xml?

Check out this post.