You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2004/01/01 21:16:53 UTC

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

husted      2004/01/01 12:16:53

  Modified:    src/share/org/apache/struts/taglib/nested/html
                        NestedErrorsTag.java
  Log:
  In NestedMessage* tags, change to implement NestedPropertySupport rather than NestedNameSupport, per #21613, #21254  (dulonz, Alex Cruikshank)
  
  Revision  Changes    Path
  1.6       +6 -6      jakarta-struts/src/share/org/apache/struts/taglib/nested/html/NestedErrorsTag.java
  
  Index: NestedErrorsTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/nested/html/NestedErrorsTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NestedErrorsTag.java	28 Feb 2003 05:15:06 -0000	1.5
  +++ NestedErrorsTag.java	1 Jan 2004 20:16:52 -0000	1.6
  @@ -63,7 +63,7 @@
   import javax.servlet.jsp.JspException;
   
   import org.apache.struts.taglib.html.ErrorsTag;
  -import org.apache.struts.taglib.nested.NestedNameSupport;
  +import org.apache.struts.taglib.nested.NestedPropertySupport;
   import org.apache.struts.taglib.nested.NestedPropertyHelper;
   
   /**
  @@ -73,7 +73,7 @@
    * @since Struts 1.1
    * @version $Revision$ $Date$
    */
  -public class NestedErrorsTag extends ErrorsTag implements NestedNameSupport {
  +public class NestedErrorsTag extends ErrorsTag implements NestedPropertySupport {
   
     /**
      * Overriding method of the heart of the matter. Gets the relative property
  
  
  

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