Re: AW: [dbforms] orderBy in dbform tag bug?

2004-08-03 Thread Dziugas Baltrunas
856872 [http-8080-Processor3] INFO org.dbforms.config.Table - ::getSelectQuery - [SELECT ID, NAME, DESCRIPTION, Sorry, here is the full line: 856872 [http-8080-Processor3] INFO org.dbforms.config.Table - ::getSelectQuery - [SELECT ID, NAME, DESCRIPTION, CREATED, CREATEDBY, CHANGED, CHANGEDBY

Re: AW: [dbforms] orderBy in dbform tag bug?

2004-08-03 Thread Dziugas Baltrunas
Hi, Older cvs versions worked ok. Which older version? One step back? Yes, some weeks old cvs tree. It also works fine with last releases. Here is more crop from the same log: 856842 [http-8080-Processor3] DEBUG org.dbforms.taglib.DbFormTag - orderBy=ID DESC 856842 [http-8080-Processor3] INFO o

[dbforms] Interceptor changes

2004-08-03 Thread Neal Katz
As a starting point, here is what I have done in my private branch. It's not perfect and I'm looking for feedback before suggesting we introduce these changes to CVS. I created a parallel set of classes DbEventInterceptorSupport2, DbEventInterceptor2. With the difference being they use the Interc

Re: [dbforms] CVS: dbforms/src/org/dbforms/taglib DbSelectTag.java,1.30,1.31

2004-08-03 Thread Shawn
plan on adding a setData(Object x) and getData() method to InterceptorParameters to be used to pass info between preX() and postX() methods. The current method of putting things in the session seems a little kludgey. +1 session stuffy is kledgey. We have had this discussion sometime ago. With the

[dbforms] AW: [Jdbforms-developers] CVS: dbforms/src/org/dbforms/taglib DbSelectTag.java,1.30,1.31

2004-08-03 Thread Henner Kollmann
> > public class ClassUnitInterceptor extends DbEventInterceptorSupport2 { > public void preInsert (InterceptorParameters iparms) {...} > } > > The advantage is I can add things to InterceptorParameters > without breaking existing code. My changes introduce > DbEventInterceptorSupport2

AW: [dbforms] orderBy in dbform tag bug?

2004-08-03 Thread Henner Kollmann
> > Older cvs versions worked ok. > Which older version? One step back? Cheers, Henner --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one mo

[dbforms] orderBy in dbform tag bug?

2004-08-03 Thread Dziugas Baltrunas
Hi list, while making diffs and cvs up'ing to current CVS head, I noticed that there is probably a bug in tag. Although I do specify the orderBy attribute to "ID DESC", here is what log shows: 856842 [http-8080-Processor3] DEBUG org.dbforms.taglib.DbFormTag - orderBy=ID DESC 856842 [http-8080

AW: [dbforms] New release

2004-08-03 Thread Henner Kollmann
> In next two days I'm going to provide some blob related > patches. One is > for blob interceptor to save the mime type as well as file size of an > uploaded file. Another are for inserting data from textarea into the > blob column. I will also try to use the Escaper facilities to specify > t