You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by do...@apache.org on 2004/09/01 04:09:45 UTC

svn commit: rev 37275 - incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal

Author: dolander
Date: Tue Aug 31 19:09:43 2004
New Revision: 37275

Modified:
   incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal/BindingUpdateError.java
Log:
The BindingUpdateError structure can be stored in the session which can then be serialized.  I'm marking this as serializable.



Modified: incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal/BindingUpdateError.java
==============================================================================
--- incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal/BindingUpdateError.java	(original)
+++ incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal/BindingUpdateError.java	Tue Aug 31 19:09:43 2004
@@ -21,7 +21,7 @@
 /**
  * Encapsulation of an error that happens when a databinding expression is applied on POST.
  */ 
-public class BindingUpdateError
+public class BindingUpdateError implements java.io.Serializable
 {
     private String _expression;
     private String _message;