Author: ilya_shaikovsky
Date: 2008-03-25 09:56:36 -0400 (Tue, 25 Mar 2008)
New Revision: 7169
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/columns/examples/example.xhtml
Log:
columns/examples/example.xhtml fix
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/columns/examples/example.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/columns/examples/example.xhtml 2008-03-25
13:52:05 UTC (rev 7168)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/columns/examples/example.xhtml 2008-03-25
13:56:36 UTC (rev 7169)
@@ -5,7 +5,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<h:form>
- <rich:dataTable value="#{dataTableScrollerBean.model}"
var="model">
+ <rich:dataTable value="#{dataTableScrollerBean.model}"
var="model" width="750">
<f:facet name="header">
<h:outputText value="Cars Available"></h:outputText>