Author: ilya_shaikovsky
Date: 2009-01-09 13:19:22 -0500 (Fri, 09 Jan 2009)
New Revision: 12181
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/editDataTable.xhtml
Log:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200480#...
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2009-01-09
15:01:47 UTC (rev 12180)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2009-01-09
18:19:22 UTC (rev 12181)
@@ -405,7 +405,7 @@
<managed-bean>
<managed-bean-name>extendedTableBean</managed-bean-name>
<managed-bean-class>org.richfaces.demo.extendedDataTable.ExtendedTableBean</managed-bean-class>
- <managed-bean-scope>request</managed-bean-scope>
+ <managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>capitals</property-name>
<value>#{capitalsBean.capitals}</value>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/editDataTable.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/editDataTable.xhtml 2009-01-09
15:01:47 UTC (rev 12180)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/editDataTable.xhtml 2009-01-09
18:19:22 UTC (rev 12181)
@@ -12,7 +12,7 @@
<p>
In this example you could see two basic and frequently asked use-cases
- implemented. TBD description.
+ implemented. It's a editing and deletion of the table cells via modal panel
component.
</p>
<fieldset class="demo_fieldset">