Foros de discusión

JSF page name space

thumbnail
Ouadia Gamrane, modificado hace 10 años.

JSF page name space

Junior Member Mensajes: 35 Fecha de incorporación: 16/01/14 Mensajes recientes
Hi, I'm developing a portlet using JSF and Spring ( Liferay 6.1.2.ga3 , JSF 2.1.21, Liferay faces 3.1.4.ga5) this is my page header :

<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:aui="http://liferay.com/faces/aui"
xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html" xmlns:bridge="http://liferay.com/faces/bridge"
xmlns:ui="http://java.sun.com/jsf/facelets">


And I'm having the following problem while displaying the page :

Warning: This page calls for XML namespace http://liferay.com/faces/aui declared with prefix aui but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace http://liferay.com/faces/aui declared with prefix aui but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace http://liferay.com/faces/aui declared with prefix aui but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace http://liferay.com/faces/aui declared with prefix aui but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace http://liferay.com/faces/aui declared with prefix aui but no taglibrary exists for that namespace.


is there any way to fix this ?
thumbnail
Kyle Joseph Stiemann, modificado hace 10 años.

RE: JSF page name space

Liferay Master Mensajes: 760 Fecha de incorporación: 14/01/13 Mensajes recientes
Hi Ouadia,
Do you have the Liferay Faces Alloy jar in your project?

- Kyle
thumbnail
Ouadia Gamrane, modificado hace 10 años.

RE: JSF page name space

Junior Member Mensajes: 35 Fecha de incorporación: 16/01/14 Mensajes recientes
Hi I didn't had the jar, thank you its working fine now.
thumbnail
Kyle Joseph Stiemann, modificado hace 10 años.

RE: JSF page name space

Liferay Master Mensajes: 760 Fecha de incorporación: 14/01/13 Mensajes recientes
Glad to hear that it is working. Thanks for using Liferay Faces emoticon