Author: ilya_shaikovsky
Date: 2010-08-20 06:41:27 -0400 (Fri, 20 Aug 2010)
New Revision: 18841
Modified:
branches/RF-7939-showcase/src/main/java/org/richfaces/demo/tables/ExtTableSelectionBean.java
Log:
https://jira.jboss.org/browse/RF-9019
Modified:
branches/RF-7939-showcase/src/main/java/org/richfaces/demo/tables/ExtTableSelectionBean.java
===================================================================
---
branches/RF-7939-showcase/src/main/java/org/richfaces/demo/tables/ExtTableSelectionBean.java 2010-08-20
10:38:21 UTC (rev 18840)
+++
branches/RF-7939-showcase/src/main/java/org/richfaces/demo/tables/ExtTableSelectionBean.java 2010-08-20
10:41:27 UTC (rev 18841)
@@ -1,5 +1,6 @@
package org.richfaces.demo.tables;
+import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
@@ -14,7 +15,7 @@
@ManagedBean
@SessionScoped
-public class ExtTableSelectionBean {
+public class ExtTableSelectionBean implements Serializable{
private Collection<Object> selection;
@ManagedProperty(value = "#{carsBean.allInventoryItems}")
private List<InventoryItem> inventoryItems;