Author: ilya_shaikovsky
Date: 2008-03-24 07:24:10 -0400 (Mon, 24 Mar 2008)
New Revision: 7105
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/pickList/examples/items.xhtml
Log:
unnesessary column in dataList removed.
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-03-24 11:10:59 UTC
(rev 7104)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-03-24 11:24:10 UTC
(rev 7105)
@@ -54,7 +54,7 @@
<context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
- <param-value>DEFAULT</param-value>
+ <param-value>ALL</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/pickList/examples/items.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/pickList/examples/items.xhtml 2008-03-24
11:10:59 UTC (rev 7104)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/pickList/examples/items.xhtml 2008-03-24
11:24:10 UTC (rev 7105)
@@ -28,9 +28,7 @@
<h:outputText value="#{pickListBean.items} Options
Choosen"></h:outputText>
</f:facet>
<rich:dataList value="#{pickListBean.result}" var="pickList"
rendered="#{pickListBean.items>0}">
- <rich:column>
<h:outputText value="#{pickList}"/>
- </rich:column>
</rich:dataList>
</rich:panel>
</h:panelGrid>
Show replies by date