I have configured my navigation to use classic as follows:

    <table name="data">
        ....

        <events>
            <event type="insert" id="insertClassic"/>
            <event type="update" id="updateClassic"/>
            <event type="delete" id="deleteClassic"/>
            <event type="navGoto" id="navGotoClassic"/>
            <event type="navPrev" id="navPrevClassic"/>
            <event type="navNext" id="navNextClassic"/>
            <event type="navFirst" id="navFirstClassic"/>
            <event type="navLast" id="navLastClassic"/>
        </events>
 </table>

where events are defined as:

        <events>
            <database-events>
                <database-event id="insertClassic" type="insert"
className="org.dbforms.event.classic.InsertEvent" /> 
                <database-event id="updateClassic" type="update"
className="org.dbforms.event.classic.UpdateEvent" />
                <database-event id="deleteClassic" type="delete"
className="org.dbforms.event.classic.DeleteEvent" />
            </database-events>
            <navigation-events>
                <navigation-event id="navGotoClassic" type="navGoto"
className="org.dbforms.event.classic.GotoEvent" />
                <navigation-event id="navPrevClassic" type="navPrev"
className="org.dbforms.event.classic.NavPrevEvent" />
                <navigation-event id="navNextClassic" type="navNext"
className="org.dbforms.event.classic.NavNextEvent" />
                <navigation-event id="navFirstClassic" type="navFirst"
className="org.dbforms.event.classic.NavFirstEvent" />
                <navigation-event id="navLastClassic" type="navLast"
className="org.dbforms.event.classic.NavLastEvent" />
            </navigation-events>
        </events>


However when I put <db:gotoButton caption="button.edit.displayname"
destination="<%=editURL%>" destTable="data" destPos="<%= position_data %>"
/> and check logs I am seeing:

*** e = [EMAIL PROTECTED]

while <db:navFirstButton caption="button.nav.first" style="width:90"/> is
showing:

*** e = [EMAIL PROTECTED]

What could be wrong with my configuration?














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: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
DbForms Mailing List

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

Reply via email to