You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/04/19 02:03:53 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested NestedReference.java

dgraham     2003/04/18 17:03:53

  Modified:    src/share/org/apache/struts/taglib/nested
                        NestedReference.java
  Log:
  Implement Serializable for PR# 19157.
  
  Revision  Changes    Path
  1.3       +7 -5      jakarta-struts/src/share/org/apache/struts/taglib/nested/NestedReference.java
  
  Index: NestedReference.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/nested/NestedReference.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NestedReference.java	28 Feb 2003 05:14:01 -0000	1.2
  +++ NestedReference.java	19 Apr 2003 00:03:53 -0000	1.3
  @@ -59,6 +59,8 @@
    */
   package org.apache.struts.taglib.nested;
   
  +import java.io.Serializable;
  +
   /**
    * So that a nested hierarchy can penetrate a dynamic JSP include, this class
    * will hold the details of a bean name and nested property.
  @@ -67,7 +69,7 @@
    * @since Struts 1.1
    * @version $Revision$
    */
  -public class NestedReference {
  +public class NestedReference implements Serializable {
   
     /**
      * Empty constructor.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org