craigmcc    01/02/19 14:03:27

  Modified:    src/doc  todo-1.1.xml
  Log:
  Add a TODO for enhancing BeanUtils/ConvertUtils/PropertyUtils support for
  properties that implement Collection, List, or Set.  They should be treated
  in a manner similar to array-valued or indexed properties.
  
  Submitted by:  [EMAIL PROTECTED]
  PR: Bugzilla #640
  
  Revision  Changes    Path
  1.12      +11 -0     jakarta-struts/src/doc/todo-1.1.xml
  
  Index: todo-1.1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/todo-1.1.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- todo-1.1.xml      2001/02/19 21:29:43     1.11
  +++ todo-1.1.xml      2001/02/19 22:03:25     1.12
  @@ -505,6 +505,17 @@
         </info>
       </task>
   
  +    <task name="Enhanced Collections Support">
  +      <info>
  +        <p>Improve support in <code>BeanUtils</code>,
  +        <code>ConvertUtils</code>, and <code>PropertyUtils</code> for property
  +        values that implement <code>Collection</code>, <code>List</code>, or
  +        <code>Set</code>, treating them in a manner similar to the way that
  +        indexed or array-valued properties are handled.</p>
  +        [Bugzilla #640]
  +      </info>
  +    </task>
  +
     </task-list>
   
   
  
  
  

Reply via email to