【问题标题】:Trying to get Spring Webflow Travel Sample With the PrimeFaces Components working尝试使用 PrimeFaces 组件获取 Spring Webflow Travel Sample
【发布时间】:2012-10-22 21:45:33
【问题描述】:

尝试使用 PrimeFaces 组件获取 Spring Webflow Travel Sample:

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

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.

【问题讨论】:

    标签: spring-mvc primefaces spring-webflow


    【解决方案1】:

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

    http://primefaces.prime.com.tr/ui

    http://primefaces.org/ui"

    【讨论】:

      猜你喜欢
      • 2012-04-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-12-16
      • 2012-08-31
      • 1970-01-01
      相关资源
      最近更新 更多