Author: nbelaevski
Date: 2009-03-17 10:11:42 -0400 (Tue, 17 Mar 2009)
New Revision: 12980
Added:
trunk/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6267.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6267
Added:
trunk/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6267.xhtml
===================================================================
---
trunk/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6267.xhtml
(rev 0)
+++
trunk/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf6267.xhtml 2009-03-17
14:11:42 UTC (rev 12980)
@@ -0,0 +1,21 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:a4j="http://richfaces.org/a4j"
+
xmlns:rich="http://richfaces.org/rich">
+
+<ui:composition template="/layout/layout.xhtml">
+ <ui:define name="template">
+ <h:form id="form">
+ <rich:dataTable value="#{rf6267.numbers}" var="n"
id="table">
+ <rich:columns value="#{rf6267.numbers}" var="number"
index="idx" id="columns#{idx}"
+ rendered="#{rf6267.isColumnRendered(number)}">
+ #{n} - #{number}
+ </rich:columns>
+ </rich:dataTable>
+ </h:form>
+ </ui:define>
+</ui:composition>
+</html>
\ No newline at end of file