我无法在我的项目中使用<rich:columns>
。以下是我的项目配置。
我有以下RichFaces 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>
时,我的数据表没有被渲染。
我不知道我错过了哪里。