Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 1384 invoked from network); 31 Oct 2002 14:37:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 31 Oct 2002 14:37:43 -0000 Received: (qmail 1686 invoked by uid 97); 31 Oct 2002 14:30:26 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 1646 invoked by uid 97); 31 Oct 2002 14:30:23 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 1615 invoked by uid 97); 31 Oct 2002 14:30:22 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 31 Oct 2002 14:28:16 -0000 Message-ID: <20021031142816.63190.qmail@icarus.apache.org> From: husted@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/scaffold STATUS.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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: For additional commands, e-mail: