尝试使用PrimeFaces组件运行Spring Webflow Travel示例

时间:2012-10-22 21:45:33

标签: spring-mvc primefaces spring-webflow

尝试使用PrimeFaces组件运行Spring Webflow Travel示例:

以下是我正在采取的步骤:

svn co https://src.springframework.org/svn/spring-samples/webflow-primefaces-showcase
cd webflow-primefaces-showcase
mvn package

然后我必须将以下内容添加到POM.XML

<dependency>
  <groupId>org.primefaces</groupId>
   <artifactId>primefaces</artifactId>
   <version>3.4.1</version>
</dependency>

但现在我在第一个屏幕上收到以下内容:

Warning: This page calls for XML namespace http://primefaces.prime.com.tr/ui declared with prefix p but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace http://primefaces.prime.com.tr/ui declared with prefix p but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace http://primefaces.prime.com.tr/ui declared with prefix p but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace http://primefaces.prime.com.tr/ui declared with prefix p but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace http://primefaces.prime.com.tr/ui declared with prefix p but no taglibrary exists for that namespace.

1 个答案:

答案 0 :(得分:0)

我找到了解决办法。我不知道它是否最好,但我不得不改变所有

<强> http://primefaces.prime.com.tr/ui

<强> http://primefaces.org/ui“