epugh       2004/05/13 04:17:22

  Modified:    xdocs    changes.xml
  Log:
  Mention fix of Intake bug
  
  Revision  Changes    Path
  1.87      +9 -0      jakarta-turbine-2/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- changes.xml       7 May 2004 21:53:38 -0000       1.86
  +++ changes.xml       13 May 2004 11:17:22 -0000      1.87
  @@ -101,6 +101,15 @@
   <p>
     <ul>
       <li>
  +       Fixed problem in Intake with the "remove" method in IntakeTool that is 
  +       triggered by a "removeAll".</br>
  +       When there is more than one instance of a group and a "removeAll" is
  +       done the "remove" method is called for each of the instances of the
  +       group. If a mutiply instantiated group is the last one to be removed,
  +       it's parameter entries will already have been removed and "getStrings"
  +       returns null, which is not being handled in the code.
  +    </li>    
  +    <li>
          Intake now handles multiValued="true" on type="int" fields correctly.
          The get/set methods of the underlying object need to deal with an array
          of ints.  The intake processing for other primitive types has also been 
  
  
  

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

Reply via email to