First/Previous/Next/Last buttons not working in Applications Master Detail

Jdeveloper version: fusiondrop5primeb26
accessed through appstta.oraclecorp.com
I attempted to create an Applications Master Detail UI by selecting Applications : Master Detail from the Applications Component Palette. I created the UI using my headers table (APPLCORE_SHIPMENT_HEADERS) as the master and the lines table (APPLCORE_SHIPMENT_LINES) as the detail. The master is shown as a form and the details are displayed as a table below. On the screen with the checkboxes to include First, Previous, Next, Last buttons, I checked all of them.
On the backend, my headers table has two rows.
When I ran the page:
1. When the page comes up, it shows the data for shipment header 1 and the associated details in the table below. This is correct.
2. However, the First and Previous buttons are enabled at the top. They should not be enabled since I am on the first record, and there is no previous record. This is incorrect.
3. When I click Next, the data does not update to the the next header record (shipment header 2). The data is still for shipment header 1. This is incorrect.
4. When I click Next once more, an Error window pops up:
Messages for this page are listed below.
ShipmentLineId     Error java.lang.NullPointerException
ShipmentHeaderId Error java.lang.NullPointerException
LineNumber Error java.lang.NullPointerException
ItemName Error java.lang.NullPointerException
(same error is shown for all other columns in the lines table)
I was under the impression that we do not need to do anything special for the First/Previous/Next/Last buttons to work, other than checking the boxes in the page creation process.
The application in question is here:
/home/sheyu/jdevhome/descflexdemo/.
The ui project specifically is in this folder:
/home/sheyu/jdevhome/descflexdemo/mywork/descflexdemo/ui/
I have tried to start from scratch several times to no avail. Please advise.
Thanks,
Sherry

Sherry, please use the internal JDeveloper forum at http://www.oracle.com/technology/products/jdev/customers/index.html for questions like this.
The OTN forum is meant for versions that are available for the public.

Similar Messages

  • Next page button not working

    Post Author: Mike Norwood
    CA Forum: General
    I use VB to generate a report using the Crystal Reports Activex Control Version 8.0.0.4.  When the report appears on the screen the next page button does not change the page.  When the last page button is press the report show 1 of 33 at the top of the screen.  The next button still does not work.
    Thanks in Advance
    Michael

    Post Author: livez
    CA Forum: Crystal Reports
    Solved it , I had to pass reportdocument to viewer in Page_Init instead of Page_Load

  • IE6 not working with Spry Master Detail

    I cannot get spry to work with IE6. I am most interested in
    this master detail issue (code listed below). I am building this
    for a internal gov't application, and the only browser they allow
    is IE6.
    The spry data set loads, all of the questions show on the
    left hand side, but clicking on the question does nothing. I had
    the same issue with collapsible panels, accordian etc. It works
    fine on Firefox
    Switching to another browser is not an option.
    Click on the question to see the answer.
    -------------------------------------------Code not
    working-----------------------------------------
    <div class="MasterDetail">
    <div spry:region="faq" class="MasterContainer">
    <div class="MasterColumn" spry:repeat="faq"
    spry:setrow="faq" spry:hover="MasterColumnHover"
    spry:select="MasterColumnSelected">{Question}</div>
    </div>
    <div spry:detailregion="faq" class="DetailContainer">
    <div class="DetailColumn">{Answer}</div>
    </div>
    <br style="clear:both" />
    </div>
    <!-- InstanceEndEditable --></div>
    </div>
    <div id="bottom"></div>
    </div>

    Actually, I am using data of type HTML.
    I am also finding that I have no problem running the script
    off of a disk, BUT when I run it off of IIS, there is a problem.
    All other scripts seem to work, so not sure it is a mime
    type.

  • Dynamic Image Gallerry First Previous Next Last

    I had a friend help me build this but now he's gone and I
    don't understand arrays or coldfusion really. I have an image
    gallery that works beautifully except that I want to be able to add
    two behaviors to the page. 1.Pagination. 2. Display Record Count.
    (I know how to use the Dreamweaver built in Server Behaviors with
    Dynamic Tables but this is a little different from that b/c he's
    using arrays to build the table instead. I've almost go the
    pagination working. Except I can't figure how to show the last
    record. I've got "First, Next, & Previous" to work. But the
    "Last" doesn't. This is the part of the code that I'm concerned
    with as everything else is working.
    <cfset CountUp=Count + 10>
    <cfset CountDown=Count - 10>
    <p align="center"><cfif Count gte 1><a
    href="gallery.cfm">First</a></cfif>  <cfif
    Count gte 10><a
    href="gallery.cfm?Count=<cfoutput>#CountDown#</cfoutput>">Previous</a></cfif>  <cfif
    ArrayLen(PhotoArray) gt CountUp><a
    href="gallery.cfm?Count=<cfoutput>#CountUp#</cfoutput>">Next</a></cfif><cfif
    ArrayLen(PhotoArray) lt CountUp><a
    href="gallery.cfm?Count=<cfoutput>#CountUp#</cfoutput>">Last</a></cfif>
    I have no idea how to write the "Display record counts" so if
    someone can help me write that part I would be so greatful.
    Here is all of the code for this page attatched...

    Nobody's helping me

  • Development buttons not working when application running

    Hi,
    I am using Apex 4.1. For a new application that i created the buttons which come in the bottom of page (Edit Page1, Application 1, debug etc) are not clickable. They workked for another app in the same workspace.
    Any idea what could be the issue and how to fix it?

    PoojaC wrote:
    Hi,
    I am using Apex 4.1. For a new application that i created the buttons which come in the bottom of page (Edit Page1, Application 1, debug etc) are not clickable. They workked for another app in the same workspace.
    Any idea what could be the issue and how to fix it?It seems you have those buttons but they were not clickable? This suggests that some of your custom JavaScript broke them.
    Do you have any custom js code in your app? try disabling that code and see if the buttons work

  • Which driver supports the previous, next, last, first methods defined in jd

    which driver supports the previous, next, last, first methods defined in jdbc2.0?

    erm... all JDBC2.0 drivers.
    Check out http://industry.java.sun.com/products/jdbc/drivers u can do a search for JDBC2.0 Drivers.
    Hope this helps!
    Sam

  • Next Button not Working in Captivate 5

    This next slide button was working to advance the slide until I added 2 advance actions. One to show an object with audio attached. The other to hide the object. So three buttons: I with the audio, 1 to play the audio (with advance action) and 1 to stop audio ( with advance action). Everything worked as planned until I tried navigating away from the page

    Lilybiri and Rodward,
    Thanks to you both. I just realized that I had more than one advance action for the same objects. Forgot that I had written one a few days ago and had added another one yesterday. I deleted all the actions and created a new one and the next slide button is now working.
    Thanks again!

  • First, Prev, Next, Last Display

    In NetDyanmics I was able to show or not show the First, Previous,
    Next and Last buttons depending on the state of the repeated. For
    instance, if the repeated was display the first rows of data and
    there were no previous rows, I would not display the First and
    Previous buttons. Likewise if the repeated was displaying the last
    set of data and there were no additional rows to display, I would not
    show the Next and Last buttons.
    This was accomplished by using getCurrFirstRow and
    lastRecordIsDisplayed methods of the CSpCommonRepeated.
    Is there any way in JATO to duplicate this functionality? I have
    attempted to figure out how many total rows the Model had and which
    rows are currently being displayed but it appears that the Model only
    contains the needed rows for display.
    Any help is appreciated.
    Jason Smith
    jsmith@E...

    Hi Jason--
    The following method will allow you to determine the current position within
    the result set:
    ResultSetModelBase.getLocationOffset()
    If this value is 0 or less, you're at the beginning of the result set.
    Otherwise, you're somewhere else in the result set.
    Determining if you're at the end of the result set is more difficult. One
    technique would be to check whether the number of rows in the model were
    less than the max displayable number in the tiled view, and base your
    decision on this. This wouldn't work if the total number of rows were a
    multiple of the max dispaly size, but might be adequate for most situations.
    Detecting if you're at the end the result set because of a last() operation
    is even more difficult, because then an equal number of rows will be
    available as the max displayable rows because the fetch starts from the end
    of the result set. In this case, though, you could just set a flag in your
    Last button request event handler to hide the button on the redisplay.
    Sorry I don't have a cleaner technique for you at the moment. I'll look
    into making this easier in the future.
    Todd

  • Title & Menu Buttons not working correctly on remote control/ set top player but work in preview.

    Title & Menu Buttons not working correctly on remote control/ set top player but work in encore preview. This only happens for a Blu ray project. When a user presses the menu button it should go to the previous menu they were on but it goes to the main menu. When they press the title button they should go to the main menu but it doesn't do anything. My DVD projects work as expected.I've tried creating a new "test" project with different footage and still get the same undesirable results.
    Overrides grayed out and set to "not set" for timelines and menus.Project settings and build are set to blu ray. Also I've noticed when I preview a Bluray project the preview window shows a red colored disc next to the Title button when viewing the timelines and green when playing the menus but not so for a DVD project it displays red if motion menus and or timelines are not rendered/encoded. I'm not using motion menus and all the media is encoded according to the project specs.
    I've searched this forum but couldn't find the answer. Any help or redirects to a solution would be appreciated. Working with CS5. Thanks.

    I found out on my Samsung Blu ray player the remote has a tools button on it that brings up audio, angle, chapter selection etc.and also title selection which is actually the menus and the timelines unfortunately. It's not as easy or direct as last menu selected but it's a workaround at least. I also plan on using a pop up menu. I'll let you know.

  • Home button not working on iPad 2 after iOS5.1.1

    I got iPad 2 updated with ions 5.1.1
    It worked fine for a week and now the home button does not work. I followed all posts here to reset, restore etc. but nothing helps. This is already a replacement iPad I got for my previous non functional iPad 2 which had battery issues, which apple swapped in store last week.
    Any advice ?

    Update -
    Called apple support and did not get steps to try and was asked to visit apple store. Went to apple store and since the problem is intermittent they did nothing.
    Now the problem is back.
    Also, I notice there are lot of Low memory diagnostics logs which I thik may be leading to home button not working BUT that iOS should handle as part of memory management. I restarted iPad 2 and still memory issue/ home button not working which seems weird
    I am really disappointed and not sure how to get this addressed.
    Apple, please help!

  • Buttons not working correctly/consistently

    I am working with a template that has 5 buttons on each slide Back, Next, Help, Pause, and Play
    The Help button is set up to Jump to Slide with the correct target, but for some reason it doesn't work. In fact, sometimes when I click Pause and then click the Help, it actually resumes instead of  jumping to the slide.
    This is pretty basic stuff, so I am at a complete loss. The only thing I am wondering about is whether the fact that the lesson was originally done in Captivate 5 could be causing an issue.
    Here's the way the action is set up.

    I have had issues with buttons not working properly in Captivate 4. When it happens, it is completely random and not consistent. To get my buttons to work properly, I usually just exit out, and go back to the project and then they work.
    Sometimes it takes me going back the next day for them to work. There's no rhyme or reason to it. The settings are all correct. I don't change a thing. I save, and go back to the project and the button is working all of a sudden. At least that has been my experience the last couple of months.

  • Logitech mouse buttons not working in photoshop cc 2014

    logitech mouse buttons not working in photoshop cc 2014 winds 8.1. Is this a common problem?
    I have updated the latest drivers and have a few buttons programmed with keyboard shortcuts that used to work in previous versions of Photoshop but don't work now.
    Scrolling with mouse in bridge stopped working in cc butI see it is now working.
    any ideas?

    Many Photoshop extensions are not compatible with Photoshop CC 2014 for Adobe removed support for Flash Panels in CC 2014. Many extensions panels are flash based.  Check with the developer to see if their blendmein extension works with CC 2014.
    Adobe does not maintain Photoshop so it backward compatible with prior versions of Photoshop.  This brakes things like action scripts plugins extensions etc. Keep old version of Photoshop installed....

  • Iphone 4 volume buttons not working

    iphone 4 volume and mute buttons not working, checked all settings they are all fine and when headphones in it works??? When I take out headphones the volum buttons do not work, when phone rings or text receives only vibrates???? HELP!!!!

    This could be due to some debris or dirt inside the  headphones jack that makes the iPhone think that the headphones are connected even when they are not.
    Try to see if you can clean the jack being very careful, with canned air as sold in electronics store.  Some people have been successful by introducing and withdrawing the headphones jack several times in a row to displace whatever is in there if it is lodged in.
    Avoid introducing anything else like a pointed object.  You could damage the jack.
    If all of this does not work, I would try first resetting the phone by holding the home button and the power button together for about 15 seconds or until the whilte apple appears, then waiting until the phone resets.  If the problem continues after this, take it to an Apple Store to see what they believe should be done.

  • Music buttons not working in lock screen on my iPhone 4 after iOS7 update.

    After I updated my iPhone 4 to iOS7, the music buttons like PLAY, REWIND and FORWARD are not working in the locked screen as well as on swipe up menu. Any resolution please?

    hi there
    i had a problem with my wifes iphone 4s, today morning while travelling to work i changed a setting on repeat option and changed it to repeat artist, it was fine until when i finish my work and on my way back i found songs are not playing anymore, lots of stop signs next to my song list, play/pause button not working, album arkwork keep moving from one to another on its own, so after i reach home i try to do some research on Apple support communities, try to soft reset my phone closing all the apps on background didnt work, also note that control centre music player was not working as well. none of the solutions worked. after trying for two hours i found out that the trouble is in repeat options , so i changed it from repeat artist to repeat off. and the music start playing as usual, but i still have those stop buttons next to the songs i tried to play earlier. At least it fixed temporarily. please also note that in the meantime i tried to sync my phone with the pc and suddenly its start syncing all the songs again assuming there were no songs on my iphone.  so guys i think soft reset might not help all the time but try to remember what settings you changed recently and change it back to the original option, not sure ,but it might help.

  • Raido buttons not working in fox

    Radio buttons not working in firefox. This is the link. http://www.richardarobinson.com/newSite/html/getaquote.html
    Can someone show me or tell me what i can do.
    Thanks

    A couple minor errors.  First, you have the ID "radio" used twice on your second group of radio buttons.  IDs can never be used more than once on a page.  Adding a number at the end can solve this.
    Also, you are using XHTML so your <input> tags should end with "/>" instead of ">". 

Maybe you are looking for