husted      2002/10/31 06:28:16

  Modified:    scaffold STATUS.txt
  Log:
  [2002-10-30]
  + ScrollerBean: Change getParameters to scrollerParams to avoid conflict with 
StorageBean method. Add scrollOffset property. Change searchKey to searchValue to 
avoid confusion as to purpose. Change return type to Object for using with non-string 
fields.
  + StatementUtils: Add like method for wrapping strings; remove *Like methods.
  + ScrollerBean: streamline interface and implementation; change to use standard 
calls rather than like
  + Scroller/ScrollerBeanBase: change to use count and collection rather than *like.
  + ScrollBeanBase: Change getParameters to use with two or three parameters depending 
on the state of hasParameter (2 if false, 3 if true).
  [2002-10-29]
  + ScrollerBeanBase: Debugso it plays nice with BeanUtils.
  + ProcessDispatchAction: Change to bypass ProcessFormAction. Now works.
  + ProcessDispatchAction: Now causing a reflection error when used.
  [2002-10-28]
  + ScrollerBean,ScrollerBeanBase: Initial versions.
  + StatementUtils,StorageBeanBase: Fix countLike/columnLike methods
  
  Revision  Changes    Path
  1.11      +18 -0     jakarta-commons-sandbox/scaffold/STATUS.txt
  
  Index: STATUS.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/scaffold/STATUS.txt,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- STATUS.txt        28 Oct 2002 15:20:11 -0000      1.10
  +++ STATUS.txt        31 Oct 2002 14:28:16 -0000      1.11
  @@ -28,6 +28,24 @@
   
   // ------------------------------------------------------------ CHANGES
   
  +[2002-10-30]
  ++ ScrollerBean: Change getParameters to scrollerParams to avoid conflict with 
StorageBean method. Add scrollOffset property. Change searchKey to searchValue to 
avoid confusion as to purpose. Change return type to Object for using with non-string 
fields.
  ++ StatementUtils: Add like method for wrapping strings; remove *Like methods.
  ++ ScrollerBean: streamline interface and implementation; change to use standard 
calls rather than like
  ++ Scroller/ScrollerBeanBase: change to use count and collection rather than *like.
  ++ ScrollBeanBase: Change getParameters to use with two or three parameters 
depending on the state of hasParameter (2 if false, 3 if true).
  +
  +
  +[2002-10-29]
  ++ ScrollerBeanBase: Debugso it plays nice with BeanUtils.
  ++ ProcessDispatchAction: Change to bypass ProcessFormAction. Now works. 
  ++ ProcessDispatchAction: Now causing a reflection error when used. 
  +
  +
  +[2002-10-28]
  ++ ScrollerBean,ScrollerBeanBase: Initial versions.
  ++ StatementUtils,StorageBeanBase: Fix countLike/columnLike methods
  +
   
   25-Oct-2002
   -----------
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to