掲示板

JSF page name space

thumbnail
10年前 に Ouadia Gamrane によって更新されました。

JSF page name space

Junior Member 投稿: 35 参加年月日: 14/01/16 最新の投稿
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
10年前 に Kyle Joseph Stiemann によって更新されました。

RE: JSF page name space

Liferay Master 投稿: 760 参加年月日: 13/01/14 最新の投稿
Hi Ouadia,
Do you have the Liferay Faces Alloy jar in your project?

- Kyle
thumbnail
10年前 に Ouadia Gamrane によって更新されました。

RE: JSF page name space

Junior Member 投稿: 35 参加年月日: 14/01/16 最新の投稿
Hi I didn't had the jar, thank you its working fine now.
thumbnail
10年前 に Kyle Joseph Stiemann によって更新されました。

RE: JSF page name space

Liferay Master 投稿: 760 参加年月日: 13/01/14 最新の投稿
Glad to hear that it is working. Thanks for using Liferay Faces emoticon