arron       02/05/12 19:03:34

  Modified:    src/share/org/apache/struts/taglib/html
                        OptionsCollectionTag.java
  Log:
  Fixed as described in original bug report 7485
  
  Revision  Changes    Path
  1.3       +4 -6      
jakarta-struts/src/share/org/apache/struts/taglib/html/OptionsCollectionTag.java
  
  Index: OptionsCollectionTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/OptionsCollectionTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OptionsCollectionTag.java 17 Mar 2002 02:25:43 -0000      1.2
  +++ OptionsCollectionTag.java 13 May 2002 02:03:33 -0000      1.3
  @@ -88,7 +88,7 @@
    * <b>NOTE</b> - This tag requires a Java2 (JDK 1.2 or later) platform.
    *
    * @author Martin Cooper
  - * @version $Revision: 1.2 $ $Date: 2002/03/17 02:25:43 $
  + * @version $Revision: 1.3 $ $Date: 2002/05/13 02:03:33 $
    */
   
   public class OptionsCollectionTag extends TagSupport {
  @@ -306,15 +306,13 @@
        * Release any acquired resources.
        */
       public void release() {
  -
           super.release();
  -        label = null;
  -        name = null;
  +        label = "label";
  +        name = Constants.BEAN_KEY;
           property = null;
           style = null;
           styleClass = null;
  -        value = null;
  -
  +        value = "value";
       }
   
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to