Actually there appears to be something wrong but I am unable to tell what it is. When I check the logs this is what I see:
------------------------------------------------------------------- *** e = [EMAIL PROTECTED] *** e.getFollowUp() = /FollowUp.jsp?action=viewData *** e = [EMAIL PROTECTED] *** e.getFollowUp() = /FollowUp.jsp?action=viewData ERROR [http-8080-Processor23] (DbFormTag.java:2460) - DbFormTag.doCatch called - java.lang.OutOfMemoryError java.lang.OutOfMemoryError 1038584 [http-8080-Processor23] ERROR org.dbforms.taglib.DbFormTag - DbFormTag.doCatch called - java.lang.OutOfMemoryError java.lang.OutOfMemoryError 1105660 [ContainerBackgroundProcessor[StandardEngine[Catalina]]] ERROR org.apache.catalina.core.ContainerBase - Exception invoking periodic operation: java.lang.OutOfMemoryError ------------------------------------------- This means that I am actually on datalist navigation. But this is my table definition: <table name="data"> <field name="risknote_code" isKey="true" fieldType="varchar" size="20" sortable="true" /> <field name="entry_id" fieldType="int" size="11" autoInc="true" sortable="true" /> <interceptor className = "DBFormsInterceptor" /> <!-- ========== custom events =================================== --> <events> <database-events> <database-event type="insert" className="org.dbforms.event.classic.InsertEvent" /> <database-event type="update" className="org.dbforms.event.classic.UpdateEvent" /> <database-event type="delete" className="org.dbforms.event.classic.DeleteEvent" /> </database-events> <navigation-events> <navigation-event type="navGoto" className="org.dbforms.event.classic.GotoEvent" /> <navigation-event type="navPrev" className="org.dbforms.event.classic.NavPrevEvent" /> <navigation-event type="navNext" className="org.dbforms.event.classic.NavNextEvent" /> <navigation-event type="navFirst" className="org.dbforms.event.classic.NavFirstEvent" /> <navigation-event type="navLast" className="org.dbforms.event.classic.NavLastEvent" /> </navigation-events> </events> </table> I expected this to give me classic navigation, but it isn't. It there something I am missing out? > -----Original Message----- > From: Henner Kollmann [SMTP:[EMAIL PROTECTED] > Sent: 15 May 2004 11:41 > To: 'J M Okomba' > Cc: [EMAIL PROTECTED] > Subject: AW: [dbforms] NavLast problem with dbforms2.4rc1 > > > > > > I am in the process of upgrading from dbforms1.1.3 to > > dbforms2.4rc1 but have problem with the navigation. All > > navigation buttons work for small tables ( like < 1000 > > records) but when I access a large table (>20000 records) and > > hit "Last" I get java.lang.OutOfMemoryError. > > > > I thought this was a problem with the datalist navigation > > (the default), but even after I resorted to the classic the > > same error occurs. > Hmm - the classic navigation should work wihtout that exception. With > datalist navigation all data is hold in memory so this could happen. > > Are your shure that your resorting is right and you really use the classic > navigation? Could you do a little bit debugging? > > Cheers, > Henner > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > DbForms Mailing List > > http://www.wap-force.net/dbforms DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the recipient. Any disclosure, copying or distribution of all or part of the information contained herein to or by third parties is prohibited and may be unlawful. In any event the contents herein is without prejudice. ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms