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 org.dbforms.taglib.DbFormTag - using DefaultOrder (from config file)
856842 [http-8080-Processor3] INFO org.dbforms.taglib.DbFormTag - firstposition
856842 [http-8080-Processor3] INFO org.dbforms.taglib.DbFormTag - lastPosition
856842 [http-8080-Processor3] INFO org.dbforms.taglib.DbFormTag - §§§ NAV/I §§§
856842 [http-8080-Processor3] INFO org.dbforms.taglib.DbFormTag - about to process nav event:org.dbforms.event.datalist.GotoEvent
856842 [http-8080-Processor3] INFO org.dbforms.event.datalist.GotoEvent - ==> GotoEvent.processEvent
856872 [http-8080-Processor3] INFO org.dbforms.config.Table - ::getSelectQuery - [SELECT ID, NAME, DESCRIPTION,


So it's clear that orderBy value is read, but ignored. Maybe I am missing something in the table definition? Here it is:

<table name="HC_TERM"
        defaultVisibleFields="ID" >
        <field name="ID" fieldType="number" size="22" isKey="true" autoInc="true"/>
        <field name="NAME" fieldType="varchar2" size="50"/>
        <field name="DESCRIPTION" fieldType="varchar2" size="4000"/>
        <field name="CREATED" fieldType="date" size="7"/>
        <field name="CREATEDBY" fieldType="varchar2" size="50"/>
        <field name="CHANGED" fieldType="date" size="7"/>
        <field name="CHANGEDBY" fieldType="varchar2" size="50"/>
</table>

regards,
Dziugas Baltrunas



-------------------------------------------------------
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 more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to