当我尝试使用<rich:columns>时,我的数据表没有呈现</rich:columns>

时间:2014-09-15 09:34:24

标签: jsf jsf-2 richfaces

我无法在我的项目中使用<rich:columns>。以下是我的项目配置。

  • 动态网络模块 - 3.0
  • Java - 1.6
  • JavaScript - 1.0
  • JavaServer Faces - 2.0

我有以下RichFaces jar文件。

  • RichFaces的组件-API-4.3.7.jar
  • RichFaces的组件-UI-4.3.7.jar
  • RichFaces的核-API-4.3.7.jar
  • RichFaces的核 - IMPL-4.3.7.jar

在我的Facelet中,我有以下代码。

<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:h="http://java.sun.com/jsf/html"
  xmlns:f="http://java.sun.com/jsf/core"
  xmlns:ui="http://java.sun.com/jsf/facelets"
  xmlns:a4j="http://richfaces.org/a4j"
  xmlns:rich="http://richfaces.org/rich"
  xmlns:c="http://java.sun.com/jsp/jstl/core"
  xmlns:fn="http://java.sun.com/jsp/jstl/functions">

当我尝试使用<rich:columns>时,我的数据表没有被渲染。 我不知道我错过了哪里。

0 个答案:

没有答案