Witam

Na podstawie tutoriala oracle: http://download-llnw.oracle.com/javaee/6/tutorial/doc/giqzr.html staram sie zrobic przyklad z wykorzystaniem composite component.
Niestety mam problem z dodaniem biblioteki dla prefixu em:

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:em="http://java.sun.com/jsf/composite/emcomp/">

<h:head>
<title>Using a sample composite component</title>
</h:head>

<body>
<h:form>
<em:out value="Enter your email id" />

</h:form>
</body>
</html>

Jak ma wygladac lokalne odwolanie do biblioteki? W tutorialu jest rada:
"The local composite component library is defined in the xml namespace with the declaration xmlns:em="http://java.sun.com/jsf/composite/emcomp/". The component itself is accessed through the use of em:email tag. The preceding example content can be stored as a web page named emuserpage.xhtml under the web root directory. When compiled and deployed on a server, it can be accessed with the following URL: http://localhost:8080/<application_name>/faces/emuserpage.xhtml"

Niestety nie dziala bo nadal w przegladarce krzyczy: "Warning: This page calls for XML namespace http://"obojetnie jaki link" declared with prefix em but no taglibrary exists for that namespace."

PS: Mam nadzieje, ze wybralem odpowiedni dzial.