"Next" and "Previous" functionality on UIX tables not working with 10g

With new release of JDeveloper(10G), the "Next" and "Previous" navigation buttons/links on UIX tables are not working. I tried different approaches:
1. It does not work with Data Controls built from Java Beans or from TopLink.
2. I tried without using Data Controls and it still does not work.
I shows "Next" and "Previous" buttons on the page. But it shows all records on the page rather then showing limited records. Say for example if the block size is 5 and total number of records are 15, it shows all 15 records in the table but the "next" and "Previouds" button would say "1-5 of 15".
Did any of you observe the same behaviour?

Hi Shital -
Thanks for the additional info...
When I said that the total number of records is 15, I
meant that my tableData's DataObjectList contains 15
entries. (In case of DataControls you don't even use
DataObjectList, but for my non data control
applications I used DataObjectList). You are saying
that If I want to display only 5 records per page
then I will need to provide a DataObjectList with
five items. Then for next five records from 6-10 I
will have to program in such a way that my method
call returns 6-10 records.That's correct. In the case where you are explicitly providing data to the table via a DataObjectList, you need to feed the data to the table in page size blocks - and you also need to handle the table's goto event to scroll the table to the next/previous block of data.
In previous version of
UIX(2.1.7) I never had to program for next and
previous buttons. UIX tables used to take care of
that. That's why I am so surprised.It sounds like you must have been using the <bc4j:table> component. Is that the case?
Getting back to your original issue...
1. It does not work with Data Controls built
from Java Beans or from TopLink.I believe that this is a bug in the preview release - and I'm fairly sure this will be addressed by production. In production, ADF should automatically handle wiring up table scrolling for you when binding your table to a data control - whether the data control is implemented via JavaBeans, Toplink, or BC4J. I believe that in the preview release, scrolling only working when binding to a BC4J data control.
Andy

Similar Messages

  • I have recently upgraded my iMac Intel G5 iSight to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old sys parts

    I have recently upgraded my iMac Intel G5 iSight (iMac5,1) to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old system parts. I have zapped PRAM. The blue indicator in system audio panel will appear for a second as I slide the bar for internal mic but then it disappears. Is there a fix?

    The sound seems very faint but can here static on playback.

  • I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you plea

    I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you please advise?

    You may need many other updates to retain compatibility with Lion. I suggest you reinstall Snow Leopard. Unfortunately, you will need to erase the drive first. Be sure to backup your data if you haven't done so already.
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. After you finish Setup Assistant will complete the installation after which
             you will be running a fresh install of OS X.  You can now begin the update process
             by opening Software Update and installing all recommended updates to bring your
             installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • I generated a new Itunes Account and now the App sync. does not work with theapps I bought with the old account. Is it possible to merge the old and the new account ?

    I generated a new Itunes Account and now the App sync. does not work with the apps I bought with the old account. Is it possible to merge the old and the new account ?

    It is not possible to merge Apple IDs. 
    Why did you create a new one?

  • I just upgraded to the maverick and, of course, the iPhoto does not work with it.  How do I upgrade to version 11?  I cannot find it anywhere

    Recently upgraded to Maverick and the version of iphoto does not work with it.  How do I get and download the version 11?    I can't find it anywhere

    Which iPhoto? 9.4.6  and 9.5.1 work here.
    FWIW, iLife '11 is available here: http://www.amazon.com/Apple-MC623Z-A-iLife-VERSION/dp/B003XKRZES

  • SQLDEVELOPER 2.5 and above on WinXP/Win7 does not work with OID auth ?

    Hi,
    I have SQLDEVELOPER 1.5 on my WinXP which works fine with database local users as well as global users(OID) authentication. But with SQLDEVELOPER 2.5 and above it throws below error with OID authentication.. local user authentication is however fine.
    Status:Failure-test failed:unsupported verified type
    Any idea why Sqldeveloer 2.5 and above does not work with OID auth?
    Thanks for help
    Sivaji

    It might be to do with the oracle client version or the JDBC version. (for example v3 needs the 11i jdbc drivers and associated dlls for oci connections.

  • ODBC Connection Pooling not working with 10g On Windows 2003

    I have a bog standard Windows 2003 machine and installed Oracle 10g on it. It seems that the ODBC Connection pooling is not working.
    I am using ASP and every time I try and render a simple page it is taking 4-5 seconds which is the time necessaru to create a database connection. ( Machine is 2.8 Ghz Xeon with 2 gigs of Ram)
    The following VB Code can be used to test that the pooling is not working. It creates 2 connections to the database. On oracle 10g on windows 2003, it takes 5 seconds to create the first connection, and another 5 seconds to create the second connection.
    When you run the same program on windows 2000 and oracle 9, the first connection take 3 seconds, and the second 0.05 seconds. ( The shorter time being due to the connection pooling)
    time1=timer()
    set conn=createobject("adodb.connection")
    Conn.Open "dsn=oracleDSN;uid=yourusername;pwd=yourpassword"
    time2=timer()
    msgbox time2-time1
    conn.close
    set conn=nothing
    time1=timer()
    set conn=createobject("adodb.connection")
    Conn.Open "dsn=oracleDSN;uid=yourusername;pwd=yourpassword"
    time2=timer()
    msgbox time2-time1
    conn.close

    ODBC Connection Pooling is controlled by the ODBC Driver Manager and defaults to off for every driver on every platform. Have you enabled connection pooling for your driver in the ODBC Data Source Administrator?
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Form6i not working with 10g

    i have oracle 10g server and and i just installed form 6i
    and i can't log-in ora10g from form6i.
    is form 6i incompatible with 10g?
    thanks..
    note:i have done all the settings.

    It does work ok, Forms 6i to Oracle DBS 10g
    Tell us more about your configuration?
    Tony

  • Why do certain functions of "click on" not work with Firefox and Ebay and my mailboxes?

    When going to my mail (especially Yahoo mail) I cannot click on the boxes that allow me to delete or whatever. In addition, I can't hardly use Firefox at all with Ebay and other sites because of a similar problem. For instance, the cursor won't even change to a 'hand' on "Sign In" on Ebay nor will it allow me to change the page number if I have multiple items for sale or buying. I've had to switch all of my bill paying sites to IE for this same reason. Got any ideas? I'm currently using Firefox 17.0.1.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Select * from table not working with Oracle OBDC driver

    Hello,
    In our web development we have been using the MS ODBC for Oracle
    driver to connect to our Oracle db. We decided to try the
    Oracle ODBC driver because it supports the commandTimeout
    property in ASP which the MS driver does not. The problem I'm
    running into now is that all of our select * from table
    statements appear not to be working. The Oracle ODBC driver
    version we are using is ver 8.00.05.00. Is there something that
    I'm not doing properly? If I take the same select * from table
    statement and name the columns, I dont get any error. Otherwise
    I'm getting a Subscript out of range error. It seems strange to
    me that this driver would not support a select * from table
    statement (which I''m told is the case by another developer
    here).
    Is there something I'm missing?
    Thanks,
    Pete

    I'm positive I have a connection. Otherwise I wouldn't get a
    response when I name the columns instead of using *.
    There must be something else that I'm missing or doing wrong.
    I've actually been looking into alternative ODBC drivers to see
    if I have the same problems but none that I have found support
    commandTimeout.
    Any other ideas?

  • UIX 2.1.7 version project not working with 10G Preview

    Hello,
    We have an application built using JDeveloper9.03 and UIX2.1.7. I tried to open the same application using JDeveloper10G and I could not open any of the UIX files. Even the migration fails. Any ideas about how to open and work on my UIX2.1.7 files with JDeveloper10g?
    Thanks.

    Hi Jeanne,
    Thanks for your reply.
    It did prompt me to update the installables. And I said yes. But it failed to update the installables and threw a null pointer exception. When I tried to open my file, I can't even see the UIX code (the xml code). It only shows a gray screen.
    Thanks.

  • Google voice and video chat plugin seems to not work with Firefox 4

    Once login, I click on parameters item then Chat.
    In the audio and video chat section my webcam seems not to be detected.
    This works well with Firefox 3.6.
    Any help is welcome :-)

    Hello again,
    Seems to be fixed in the Firefox new version (4.0.1).
    Best Regards.

  • Adium and Yahoo instant messenger contact lists not working with Leopard

    After I installed Leopard, I tried to run Adium. When I tried to click on the icon and pop up my contact list to select a contact, nothing happens. I am now only able to receive messages and reply to received messages. I cannot get my contact list to pop up when clicking the icon in the dock (like I did with Tiger).
    I had the same issue when using the latest Yahoo! messenger for Mac. Anyone else seeing this, or know of a fix?

    Hello tross415 and welcome to the Palm forums.
    What you are seeing is, if I recall correctly, a bug from Palm webOS 1.3.1 that has not yet been addressed.  If you launch Messaging on the Pre, and then select Preferences & Accounts > Add IM Acoun you will not get a button to add a Yahoo! IM account.
    The work around for this issue, and to add Yahoo IM support to your Pre is to add a Yahoo email or calendar account.  When you do, the IM account will also be created.  That is the process that worked for me when Palm introduced Yahoo IM support with webOS 1.3.1.
    Hope that helps,
    Alan G

  • Realtek Audio driver and codec R.2.76 does not work with Windows 10

    I just installed the new Realtek software R.2.76.  The install runs fine.  Unfortunately, there is no sound and the console hangs.
    Fortunately, the uninstall also runs fine.  My system was beeping and chiming again in a few minutes with the old version.
    Sadly, Cortana remains mute.
    bill

    The default is the Realtek built on the motherboard. It is also the default communications device. My ham stuff is plugged into a USB sound device. It has better RF shielding.
    ** Edit **
    As suggested on another thread, I tested audio operation using Voice Recorder.  Voice recorder works fine in both record and play.  Cortana remains mute but appears to work otherwise.
    Does it matter that this was an update from 8.1 and not a fresh install?  Is there an ISO for Build 10061?  I have a spare drive coming in the mail.
    ** Edit 2 **
    I tried a few things last night.  I disabled the Realtek audio hardware in the BIOS. Reboot.  I plugged my speakers into the USB audio device and set it as the default (Inc. default as comm.).  Reboot.  Cortana was still mute.  This
    appears to remove the possibility that Cortana's mute state has to do with the Realtek hardware.

  • I just upgraded my firefox from 3.6 to 6 and my avg page status does not work with f/fox 6 but woeks fine with firefox 3.5

    had firefox 3.5 avg page status worked fine on this,when i upgraded to firefox 6 the page status has stopped working,

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    See also http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for