You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ar...@apache.org on 2003/10/04 07:23:54 UTC

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

arron       2003/10/03 22:23:54

  Modified:    src/share/org/apache/struts/taglib/nested NestedRootTag.java
  Log:
  Fix for what appears to be the real reason behind bug
  #17977. Problem re-noted and fixed by Tibor Varga.
  
  Revision  Changes    Path
  1.10      +5 -5      jakarta-struts/src/share/org/apache/struts/taglib/nested/NestedRootTag.java
  
  Index: NestedRootTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/nested/NestedRootTag.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NestedRootTag.java	31 Jul 2003 00:19:04 -0000	1.9
  +++ NestedRootTag.java	4 Oct 2003 05:23:54 -0000	1.10
  @@ -163,7 +163,7 @@
         NestedPropertyHelper.deleteReference(request);
       } else {
         NestedPropertyHelper.setName(request, originalNestingName);
  -      NestedPropertyHelper.setProperty(request, "nestOne");
  +      NestedPropertyHelper.setProperty(request, originalNesting);
       }
       this.name = originalName;
   
  
  
  

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